mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: update the specs file with correct quotes
This commit is contained in:
@@ -5558,7 +5558,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -5828,7 +5828,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -5946,7 +5946,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -7417,7 +7417,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -7591,7 +7591,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -8712,7 +8712,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -8975,7 +8975,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9089,7 +9089,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -6292,7 +6292,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6478,7 +6478,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10156,7 +10156,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10761,7 +10761,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10879,7 +10879,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32030,7 +32030,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32223,7 +32223,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32503,7 +32503,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32677,7 +32677,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -34340,7 +34340,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -34524,7 +34524,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -38622,7 +38622,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -39213,7 +39213,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -39327,7 +39327,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -5752,7 +5752,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -5940,7 +5940,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9654,7 +9654,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10268,7 +10268,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10388,7 +10388,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -22683,7 +22683,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -22878,7 +22878,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -23163,7 +23163,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -23341,7 +23341,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -24780,7 +24780,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -24966,7 +24966,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29018,7 +29018,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29618,7 +29618,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29734,7 +29734,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -5558,7 +5558,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -5828,7 +5828,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -5946,7 +5946,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -7417,7 +7417,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -7591,7 +7591,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -8712,7 +8712,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -8975,7 +8975,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9089,7 +9089,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -6292,7 +6292,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6478,7 +6478,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10156,7 +10156,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10761,7 +10761,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10879,7 +10879,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32030,7 +32030,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32223,7 +32223,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32503,7 +32503,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32677,7 +32677,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -34340,7 +34340,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -34524,7 +34524,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -38622,7 +38622,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -39213,7 +39213,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -39327,7 +39327,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -5752,7 +5752,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -5940,7 +5940,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9654,7 +9654,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10268,7 +10268,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10388,7 +10388,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -22683,7 +22683,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -22878,7 +22878,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -23163,7 +23163,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -23341,7 +23341,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -24780,7 +24780,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -24966,7 +24966,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29018,7 +29018,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29618,7 +29618,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29734,7 +29734,7 @@
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -5686,7 +5686,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -5943,7 +5943,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6057,7 +6057,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -7535,7 +7535,7 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"in": "formData"
|
||||
}
|
||||
]
|
||||
@@ -7692,7 +7692,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -8775,7 +8775,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9025,7 +9025,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9135,7 +9135,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -6444,7 +6444,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6626,7 +6626,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10213,7 +10213,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10800,7 +10800,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10914,7 +10914,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32184,7 +32184,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32382,7 +32382,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32667,7 +32667,7 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"in": "formData"
|
||||
}
|
||||
]
|
||||
@@ -32824,7 +32824,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -34449,7 +34449,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -34629,7 +34629,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -38619,7 +38619,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -39192,7 +39192,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -39302,7 +39302,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -5894,7 +5894,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6078,7 +6078,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9701,7 +9701,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10297,7 +10297,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10413,7 +10413,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -22887,7 +22887,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -23087,7 +23087,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -23377,7 +23377,7 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"in": "formData"
|
||||
}
|
||||
]
|
||||
@@ -23538,7 +23538,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -24947,7 +24947,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -25129,7 +25129,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29078,7 +29078,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29660,7 +29660,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29772,7 +29772,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -5686,7 +5686,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -5943,7 +5943,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6057,7 +6057,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -7535,7 +7535,7 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"in": "formData"
|
||||
}
|
||||
]
|
||||
@@ -7692,7 +7692,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -8775,7 +8775,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9025,7 +9025,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9135,7 +9135,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -6444,7 +6444,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6626,7 +6626,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10213,7 +10213,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10800,7 +10800,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10914,7 +10914,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32184,7 +32184,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32382,7 +32382,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -32667,7 +32667,7 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"in": "formData"
|
||||
}
|
||||
]
|
||||
@@ -32824,7 +32824,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -34449,7 +34449,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -34629,7 +34629,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -38619,7 +38619,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -39192,7 +39192,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -39302,7 +39302,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -5894,7 +5894,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6078,7 +6078,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -9701,7 +9701,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10297,7 +10297,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -10413,7 +10413,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -22887,7 +22887,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -23087,7 +23087,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -23377,7 +23377,7 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"in": "formData"
|
||||
}
|
||||
]
|
||||
@@ -23538,7 +23538,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission string. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -24947,7 +24947,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, no user is granted with any permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -25129,7 +25129,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29078,7 +29078,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29660,7 +29660,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -29772,7 +29772,7 @@
|
||||
"type": "array",
|
||||
"description": "An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https:\/\/appwrite.io\/docs\/permissions).",
|
||||
"default": null,
|
||||
"x-example": "[\"read('any')\"]",
|
||||
"x-example": "['read(\"any\")']",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user