From 8746f6e79d7717a8cb16737fecdb977feaa22cdb Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 17 May 2023 18:07:07 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'doc/api') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 9f6f141a877..3f37e892831 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -3060,6 +3060,29 @@ Input type: `EnvironmentStopInput` | `environment` | [`Environment`](#environment) | Environment after attempt to stop. | | `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | +### `Mutation.environmentUpdate` + +Update an environment. + +Input type: `EnvironmentUpdateInput` + +#### Arguments + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `externalUrl` | [`String`](#string) | External URL of the environment. | +| `id` | [`EnvironmentID!`](#environmentid) | Global ID of the environment to update. | +| `tier` | [`DeploymentTier`](#deploymenttier) | Tier of the environment. | + +#### Fields + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `environment` | [`Environment`](#environment) | Environment after attempt to update. | +| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | + ### `Mutation.environmentsCanaryIngressUpdate` **Deprecated** This endpoint is planned to be removed along with certificate-based clusters. [See this epic](https://gitlab.com/groups/gitlab-org/configure/-/epics/8) for more information. -- cgit v1.2.3