appwrite/docs/examples/1.6.x/server-graphql/examples/functions/update-deployment.md
2024-08-21 00:25:30 +04:00

732 B

mutation { functionsUpdateDeployment( functionId: "<FUNCTION_ID>", deploymentId: "<DEPLOYMENT_ID>" ) { _id _createdAt _updatedAt execute name enabled live logging runtime deployment scopes vars { _id _createdAt _updatedAt key value resourceType resourceId } events schedule timeout entrypoint commands version installationId providerRepositoryId providerBranch providerRootDirectory providerSilentMode specification } }