appwrite/docs/examples/1.3.x/server-rest/examples/databases/create-string-attribute.md

15 lines
343 B
Markdown
Raw Normal View History

2023-04-11 13:23:29 +00:00
POST /v1/databases/{databaseId}/collections/{collectionId}/attributes/string HTTP/1.1
Host: HOSTNAME
Content-Type: application/json
X-Appwrite-Response-Format: 1.0.0
X-Appwrite-Project: 5df5acd0d48c2
X-Appwrite-Key: 919c2d18fb5d4...a2ae413da83346ad2
{
"key": ,
"size": 1,
"required": false,
"default": "[DEFAULT]",
"array": false
}