updateEnvironment
Update an environment's mutable fields (name, description, tags).
updateEnvironment(
organizationId: ID!
id: ID!
input: UpdateEnvironmentInput!
): EnvironmentPayload
Form Schema
This mutation supports dynamic form generation using JSON Schema.
Loading schema...
Arguments
updateEnvironment.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
updateEnvironment.id ● ID! non-null scalar {#id}
The identifier of the environment to update.
updateEnvironment.input ● UpdateEnvironmentInput! non-null input {#input}
Update an existing environment's name and description. The ID cannot be changed after creation.