Skip to main content
POST
Update an environment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Version
string
required

Management API version.

Path Parameters

id
string
required

Body

application/json
name
string

Name for the environment

Maximum string length: 255
description
string

Description for the environment

Maximum string length: 256
limit_mode
enum<string>

Limit mode for the environment

Available options:
none,
restrict,
notify
limit_value
number

Limit value for the environment (required when limitMode is not set to "none")

Response

Updated environment object.

data
object
required