1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00
appwrite/app
Steven Nguyen 6d040beb36
Update specs for 1.4.6
$ diff old.json new.json
4c4
<     "version": "1.4.5",
---
>     "version": "1.4.6",
8132c8132
<     "/health/queue/databases": {
---
>     "/health/queue/databases/{databaseId}": {
8164c8164,8175
<         "security": [{ "Project": [], "Key": [] }]
---
>         "security": [{ "Project": [], "Key": [] }],
>         "parameters": [
>           {
>             "name": "databaseId",
>             "description": "Database for which to check the queue size",
>             "required": false,
>             "type": "string",
>             "x-example": "[DATABASE_ID]",
>             "default": "database_db_main",
>             "in": "path"
>           }
>         ]
2023-10-18 17:42:27 -07:00
..
assets
config Update specs for 1.4.6 2023-10-18 17:42:27 -07:00
console@e965738987 Bump console to version 3.2.3 2023-10-18 15:51:13 -07:00
controllers Fix get database queue endpoint params 2023-10-18 17:42:27 -07:00
views Merge branch '1.4.x' into refactor-workers-sn 2023-10-18 15:26:45 -04:00
cli.php chore: review comments 2023-10-18 21:35:15 +00:00
http.php
init.php Bump appwrite version to 1.4.6 2023-10-18 16:07:47 -07:00
preload.php
realtime.php
worker.php fix: review comments 2023-10-18 20:53:11 +04:00