788 B
POST /v1/functions/{functionId}/deployments HTTP/1.1 Host: HOSTNAME Content-Type: multipart/form-data; boundary="cec8e8123c05ba25" X-Appwrite-Response-Format: 1.4.0 X-Appwrite-Project: 5df5acd0d48c2 X-Appwrite-Key: 919c2d18fb5d4...a2ae413da83346ad2 Content-Length: Length of your entity body in bytes
--cec8e8123c05ba25 Content-Disposition: form-data; name="operations"
{ "query": "mutation { functionsCreateDeployment(functionId: $functionId, code: $code, activate: $activate) { id }" }, "variables": { "functionId": "[FUNCTION_ID]", "code": null, "activate": false } }
--cec8e8123c05ba25 Content-Disposition: form-data; name="map"
{ "0": ["variables.code"], }
--cec8e8123c05ba25 Content-Disposition: form-data; name="0"; filename="code.ext"
File contents
--cec8e8123c05ba25--