v1
latestOpenAPI 3.1.02026-07-22106199311.5 KBEnvironments
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