mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
336 B
336 B
POST /v1/tablesdb/{databaseId}/tables HTTP/1.1 Host: cloud.appwrite.io Content-Type: application/json X-Appwrite-Response-Format: 1.8.0 X-Appwrite-Project: <YOUR_PROJECT_ID> X-Appwrite-Key: <YOUR_API_KEY>
{ "tableId": "<TABLE_ID>", "name": "", "permissions": ["read("any")"], "rowSecurity": false, "enabled": false }