curl --request PATCH \
--url https://revstack.dev/v1/environments/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'nullUpdates the name of an existing environment.
curl --request PATCH \
--url https://revstack.dev/v1/environments/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'null