Skip to main content

updateEnvironment

form schema

Update an environment's name or description.

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 ID

updateEnvironment.id ● ID! non-null scalar {#id}

The environment ID to update

updateEnvironment.input ● UpdateEnvironmentInput! non-null input {#input}

Fields to update

Type

EnvironmentPayload object