appwrite/docs/examples/1.5.x/server-rest/examples/databases/update-enum-attribute.md
2025-04-22 17:02:33 +04:00

347 B

PATCH /v1/databases/{databaseId}/collections/{collectionId}/attributes/enum/{key} HTTP/1.1 Host: <REGION>.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>

{ "elements": [], "required": false, "default": "", "newKey": }