Environments
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
}