Skip to main content
PATCH
Update environment

Authorizations

Authorization
string
header
required

Auth0 JWT access token. See Authentication for details.

Path Parameters

platform_id
string<uuid>
required
environment_id
string<uuid>
required

Body

application/json

Admin-level environment update.

name
string | null
webhook_url
string | null
default_timeout_seconds
integer | null
is_active
boolean | null
rate_limit_rpm
integer | null

Response

Successful Response

Environment as seen by an admin.

id
string<uuid>
required
platform_id
string<uuid>
required
name
string
required
slug
string
required
auth0_client_id
string
required
webhook_url
string | null
required
api_version
string | null
required
default_timeout_seconds
integer
required
is_active
boolean
required
rate_limit_rpm
integer | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required