You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| collectionId | string |**Required** Collection ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
267
+
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
268
268
| key | string | Attribute Key. ||
269
269
| required | boolean | Is attribute required? ||
270
270
| default | boolean | Default value for attribute when not provided. Cannot be set when attribute is required. ||
@@ -729,6 +729,24 @@ POST https://cloud.appwrite.io/v1/databases/{databaseId}/collections/{collection
** Update relationship attribute. [Learn more about relationship attributes](https://appwrite.io/docs/databases-relationships#relationship-attributes).
** Update relationship attribute. [Learn more about relationship attributes](https://appwrite.io/docs/databases-relationships#relationship-attributes).
GET https://cloud.appwrite.io/v1/databases/{databaseId}/collections/{collectionId}/documents
941
941
```
@@ -951,6 +951,7 @@ GET https://cloud.appwrite.io/v1/databases/{databaseId}/collections/{collectionI
951
951
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. |[]|
952
952
| transactionId | string | Transaction ID to read uncommitted changes within the transaction. ||
953
953
| total | boolean | When set to false, the total count returned will be 0 and will not be calculated. | 1 |
954
+
| ttl | integer | TTL (seconds) for cached responses when caching is enabled for select queries. Must be between 0 and 86400 (24 hours). | 0 |
Copy file name to clipboardExpand all lines: docs/health.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,21 @@ GET https://cloud.appwrite.io/v1/health/certificate
35
35
| domain | string | string ||
36
36
37
37
38
+
```http request
39
+
GET https://cloud.appwrite.io/v1/health/console-pausing
40
+
```
41
+
42
+
** Get console pausing health status. Monitors projects approaching the pause threshold to detect potential issues with console access tracking.
43
+
**
44
+
45
+
### Parameters
46
+
47
+
| Field Name | Type | Description | Default |
48
+
| --- | --- | --- | --- |
49
+
| threshold | integer | Percentage threshold of projects approaching pause. When hit (equal or higher), endpoint returns server error. Default value is 10. | 10 |
50
+
| inactivityDays | integer | Number of days of inactivity before a project is paused. Should match the plan's projectInactivityDays setting. Default value is 7. | 7 |
Copy file name to clipboardExpand all lines: docs/messaging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -986,7 +986,7 @@ GET https://cloud.appwrite.io/v1/messaging/topics/{topicId}/subscribers
986
986
| Field Name | Type | Description | Default |
987
987
| --- | --- | --- | --- |
988
988
| topicId | string |**Required** Topic ID. The topic ID subscribed to. ||
989
-
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, provider, type, enabled|[]|
989
+
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: targetId, topicId, userId, providerType|[]|
990
990
| search | string | Search term to filter your list results. Max length: 256 chars. ||
991
991
| total | boolean | When set to false, the total count returned will be 0 and will not be calculated. | 1 |
Copy file name to clipboardExpand all lines: docs/tablesdb.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1016,6 +1016,7 @@ GET https://cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows
1016
1016
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. |[]|
1017
1017
| transactionId | string | Transaction ID to read uncommitted changes within the transaction. ||
1018
1018
| total | boolean | When set to false, the total count returned will be 0 and will not be calculated. | 1 |
1019
+
| ttl | integer | TTL (seconds) for cached responses when caching is enabled for select queries. Must be between 0 and 86400 (24 hours). | 0 |
Copy file name to clipboardExpand all lines: docs/teams.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Please note that to avoid a [Redirect Attack](https://github.com/OWASP/CheatShee
108
108
| email | string | Email of the new team member. ||
109
109
| userId | string | ID of the user to be added to a team. ||
110
110
| phone | string | Phone number. Format this number with a leading '+' and a country code, e.g., +16175551212. ||
111
-
| roles | array | Array of strings. Use this param to set the user roles in the team. A role can be any string. Learn more about [roles and permissions](https://appwrite.io/docs/permissions). Maximum of 100 roles are allowed, each 32 characters long. ||
111
+
| roles | array | Array of strings. Use this param to set the user roles in the team. A role can be any string. Learn more about [roles and permissions](https://appwrite.io/docs/permissions). Maximum of 100 roles are allowed, each 81 characters long. ||
112
112
| url | string | URL to redirect the user back to your app from the invitation email. This parameter is not required when an API key is supplied. Only URLs from hostnames in your project platform list are allowed. This requirement helps to prevent an [open redirect](https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html) attack against your project API. ||
113
113
| name | string | Name of the new team member. Max length: 128 chars. ||
| roles | array | An array of strings. Use this param to set the user's roles in the team. A role can be any string. Learn more about [roles and permissions](https://appwrite.io/docs/permissions). Maximum of 100 roles are allowed, each 32 characters long. ||
143
+
| roles | array | An array of strings. Use this param to set the user's roles in the team. A role can be any string. Learn more about [roles and permissions](https://appwrite.io/docs/permissions). Maximum of 100 roles are allowed, each 81 characters long. ||
0 commit comments