UpdateEnvironmentInput
Update an existing environment's name and description. The ID cannot be changed after creation.
input UpdateEnvironmentInput {
attributes: Map
description: String
name: String
}
Fields
UpdateEnvironmentInput.attributes ● Map scalar {#attributes}
Key-value attributes for this environment. Keys and values must be strings. Must conform to the organization's custom attributes for the environment scope.
UpdateEnvironmentInput.description ● String scalar {#description}
An optional description of the environment's purpose
UpdateEnvironmentInput.name ● String scalar {#name}
A human-readable name for the environment
Member Of
updateEnvironment mutation