appwrite/docs/examples/1.6.x/client-rest/examples/functions/create-execution.md
2024-08-21 17:47:19 +05:30

344 B

POST /v1/functions/{functionId}/executions HTTP/1.1 Host: cloud.appwrite.io Content-Type: application/json X-Appwrite-Response-Format: 1.6.0 X-Appwrite-Project: <YOUR_PROJECT_ID> X-Appwrite-Session: X-Appwrite-JWT: <YOUR_JWT>

{ "body": "", "async": false, "path": "", "method": "GET", "headers": {}, "scheduledAt": }