appwrite/docs/examples/1.6.x/server-rest/examples/functions/create-variable.md

12 lines
253 B
Markdown
Raw Normal View History

2024-07-03 15:25:40 +00:00
POST /v1/functions/{functionId}/variables HTTP/1.1
Host: cloud.appwrite.io
2024-07-03 15:25:40 +00:00
Content-Type: application/json
2024-08-18 09:21:23 +00:00
X-Appwrite-Response-Format: 1.6.0
2024-08-21 12:17:19 +00:00
X-Appwrite-Project: <YOUR_PROJECT_ID>
X-Appwrite-Key: <YOUR_API_KEY>
2024-07-03 15:25:40 +00:00
{
"key": "<KEY>",
"value": "<VALUE>"
}