appwrite/docs/examples/1.7.x/server-rest/examples/functions/update.md
2025-05-18 02:28:12 +12:00

678 B

PUT /v1/functions/{functionId} HTTP/1.1 Host: cloud.appwrite.io Content-Type: application/json X-Appwrite-Response-Format: 1.7.0 X-Appwrite-Project: <YOUR_PROJECT_ID> X-Appwrite-Key: <YOUR_API_KEY>

{ "name": "", "runtime": "node-14.5", "execute": ["any"], "events": [], "schedule": , "timeout": 1, "enabled": false, "logging": false, "entrypoint": "", "commands": "", "scopes": [], "installationId": "<INSTALLATION_ID>", "providerRepositoryId": "<PROVIDER_REPOSITORY_ID>", "providerBranch": "<PROVIDER_BRANCH>", "providerSilentMode": false, "providerRootDirectory": "<PROVIDER_ROOT_DIRECTORY>", "specification": }