Github API - Test Config

mutation updateEnvironment

Updates an environment.

Arguments
input UpdateEnvironmentInput

UpdateEnvironmentInput [input]

Autogenerated input type of UpdateEnvironment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

environmentId ID

The node ID of the environment.

preventSelfReview Boolean

Whether deployments to this environment can be approved by the user who created the deployment.

reviewers ID []

The ids of users or teams that can approve deployments to this environment

waitTimer Int

The wait timer in minutes.

API:
Github GraphQL API

Parameters for UpdateEnvironment

Returns
UpdateEnvironmentPayload

UpdateEnvironmentPayload [object]

Autogenerated return type of UpdateEnvironment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

environment Environment

The updated environment.

API:
Github GraphQL API
API:
Github GraphQL API