Update an application environment
PUThttps://platform.docana.com/api/v1/applications/:id/environments/
The environment to update is selected by environmentId in the request body. Provide name, variables, or both. A provided variables map replaces every existing variable.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The updated environment
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No write access to the application
Environment not found
Unexpected server error.