Update environment details
Partially updates a environment’s details. Only the provided fields will be updated. This operation allows for selective updates without requiring all environment fields.
Authorization: Requires environment admin permissions.
Validation: All provided fields are validated according to their schema constraints.
Side Effects: Updates the environment’s updatedAt timestamp.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization containing the environment Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$The unique name of the environment to update Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$Body
Partial environment data to update
Represents a environment entity that serves as a container for packages and related resources
The unique name of the environment within its organization
^[a-zA-Z0-9_ -]+$Markdown-formatted documentation describing the environment's purpose and contents
ISO 8601 timestamp indicating when the environment was created
ISO 8601 timestamp indicating when the environment was last modified
Number of replicas for high availability and performance. When sent on create, this value is stored as-is (within min/max). When omitted on create, Credible manages it for you. When omitted on update, the existing value is left unchanged.
1 <= x <= 10Response
Environment updated successfully
Represents a environment entity that serves as a container for packages and related resources
The unique name of the environment within its organization
^[a-zA-Z0-9_ -]+$Markdown-formatted documentation describing the environment's purpose and contents
ISO 8601 timestamp indicating when the environment was created
ISO 8601 timestamp indicating when the environment was last modified
Number of replicas for high availability and performance. When sent on create, this value is stored as-is (within min/max). When omitted on create, Credible manages it for you. When omitted on update, the existing value is left unchanged.
1 <= x <= 10