v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBEnvironments
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
}