Environments
Updates a given environment
Authorizations
Path parameters
environmentIDstring · uuidRequired
Body
namestring | nullableOptionalDefault:
null
Responses
200
No Content
patch
PATCH /v1/environments/{environmentID} HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"name": "text"
}
200
No Content
No content