Environments
Update an Environment
Update an Environment by ID
patch/environments/{environment_id}
Path parameters
environment_idinteger required
The unique identifier for the Environment
Request body
Example request
{
"description": "For testing purposes before deploying to Production",
"name": "Staging",
"priority": 3
}Response
Successfully updated the Environment
Example response
{
"description": "For testing purposes before deploying to Production",
"name": "Staging",
"priority": 3
}