Files
appwrite/docs/examples/1.7.x/server-rest/examples/databases/create-string-attribute.md
T
2025-05-18 02:28:12 +12:00

357 B

POST /v1/databases/{databaseId}/collections/{collectionId}/attributes/string HTTP/1.1 Host: cloud.appwrite.io Content-Type: application/json X-Appwrite-Response-Format: 1.7.0 X-Appwrite-Project: <YOUR_PROJECT_ID> X-Appwrite-Key: <YOUR_API_KEY>

{ "key": , "size": 1, "required": false, "default": "", "array": false, "encrypt": false }