Skip to main content
PATCH
/
v1
/
environments
/
{id}
Update an environment
curl --request PATCH \
  --url https://revstack.dev/v1/environments/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
null

Path Parameters

id
string
required
Example:

"env_abc123"

Body

application/json
name
string
required
Minimum string length: 1

Response

200 - application/json

Environment updated

The response is of type unknown.