appwrite/docs/examples/1.5.x/server-rest/examples/databases/update-boolean-attribute.md

13 lines
326 B
Markdown
Raw Normal View History

2024-02-05 12:40:51 +00:00
PATCH /v1/databases/{databaseId}/collections/{collectionId}/attributes/boolean/{key} HTTP/1.1
2025-04-22 13:02:33 +00:00
Host: <REGION>.cloud.appwrite.io
2024-02-05 12:40:51 +00:00
Content-Type: application/json
2025-04-22 13:02:33 +00:00
X-Appwrite-Response-Format: 1.6.0
X-Appwrite-Project: <YOUR_PROJECT_ID>
X-Appwrite-Key: <YOUR_API_KEY>
2024-02-05 12:40:51 +00:00
{
"required": false,
2025-04-22 13:02:33 +00:00
"default": false,
"newKey":
2024-02-05 12:40:51 +00:00
}