diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-08 00:32:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-08 00:32:37 +0000 |
commit | 469a50879c1085ec77c95d650b7f135fee2c9e13 (patch) | |
tree | 0d639a63294b5abdb4e4a7bf1ed5a497d5e6869f /doc/api/graphql/reference/index.md | |
parent | aa5ca44f172f02f04cca448b1f9c17d6d933de40 (diff) | |
download | gitlab-ce-469a50879c1085ec77c95d650b7f135fee2c9e13.tar.gz |
Add latest changes from gitlab-org/gitlab@13-7-stable-ee
Diffstat (limited to 'doc/api/graphql/reference/index.md')
-rw-r--r-- | doc/api/graphql/reference/index.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 2842f7893bf..4cb79d71ab5 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -632,14 +632,14 @@ A tag from a container repository. | Field | Type | Description | | ----- | ---- | ----------- | | `canDelete` | Boolean! | Can the current user delete this tag. | -| `createdAt` | Time! | Timestamp when the tag was created. | -| `digest` | String! | Digest of the tag. | +| `createdAt` | Time | Timestamp when the tag was created. | +| `digest` | String | Digest of the tag. | | `location` | String! | URL of the tag. | | `name` | String! | Name of the tag. | | `path` | String! | Path of the tag. | -| `revision` | String! | Revision of the tag. | -| `shortRevision` | String! | Short revision of the tag. | -| `totalSize` | Int! | The size of the tag. | +| `revision` | String | Revision of the tag. | +| `shortRevision` | String | Short revision of the tag. | +| `totalSize` | BigInt | The size of the tag. | ### CreateAlertIssuePayload |