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

Documentation Index

Fetch the complete documentation index at: https://docs.revstack.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
Example:

"env_abc123"

Body

application/json
id
string
required
name
string
required
Minimum string length: 1

Response

200 - application/json

Environment updated

The response is of type unknown.