Files
appwrite/docs/examples/1.8.x/server-rest/examples/databases/update-integer-attribute.md
Jake Barnby 7c3d526cda Update docs
2025-09-06 05:27:47 +12:00

333 B

PATCH /v1/databases/{databaseId}/collections/{collectionId}/attributes/integer/{key} 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>

{ "required": false, "min": 0, "max": 0, "default": 0, "newKey": "" }