v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBEnvironments
Create an Environment
Create an Environment in a provided Project
post/environments
Request body
Example request
{
"description": "For testing purposes before deploying to Production",
"name": "Staging",
"priority": 3
}Response
Return the created Environment
Example response
{
"description": "For testing purposes before deploying to Production",
"name": "Staging",
"priority": 3
}