Skip to main content
PUT
Update an environment description

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

environmentId
string
required

Domino environment ID (24-character hex string). Obtain from GET /api/environments/beta/environments, GET /api/environments/v1/environments/{environmentId}, or the environment details page URL.

Example:

"623132867a0af0281c01a69c"

Body

application/json

New environment description

description
string
required

New description for the environment

Response

Description updated.

Last modified on September 3, 2026