Create an application environment
POSThttps://platform.docana.com/api/v1/applications/:id/environments/
Environment names are unique per application, compared case-insensitively. Variables are encrypted before storage. Requires write access to the application.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
The created 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
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.