Environments
Create a new environment
An endpoint for creating a new environment
post/v1/projects/{projectId}/environments
Path parameters
projectIdstring uuid required
Request body
Example request
{
"defaultUserAccessLevel": "default",
"description": "My new Environment",
"displayName": "Environment 1",
"name": "Environment-1"
}Response
Environment configuration remains unchanged since last update
Changes
No recorded changes to this endpoint across all 1 revision of this API.