mirror of
https://github.com/appwrite/appwrite
synced 2026-05-11 19:18:28 +00:00
357 B
357 B
POST /v1/databases/{databaseId}/collections HTTP/1.1 Host: cloud.appwrite.io Content-Type: application/json X-Appwrite-Response-Format: 1.6.0 X-Appwrite-Project: <YOUR_PROJECT_ID> X-Appwrite-Key: <YOUR_API_KEY>
{ "collectionId": "<COLLECTION_ID>", "name": "", "permissions": ["read("any")"], "documentSecurity": false, "enabled": false }