From 51238b2afe1ef4783b41368fa1e22b50f473c070 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 19 May 2023 15:08:55 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc/api') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 103947da992..6cf95675fb4 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -1019,6 +1019,7 @@ Input type: `AiActionInput` | `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | | `explainCode` | [`AiExplainCodeInput`](#aiexplaincodeinput) | Input for explain_code AI action. | | `explainVulnerability` | [`AiExplainVulnerabilityInput`](#aiexplainvulnerabilityinput) | Input for explain_vulnerability AI action. | +| `generateCommitMessage` | [`AiGenerateCommitMessageInput`](#aigeneratecommitmessageinput) | Input for generate_commit_message AI action. | | `generateDescription` | [`AiGenerateDescriptionInput`](#aigeneratedescriptioninput) | Input for generate_description AI action. | | `generateTestFile` | [`GenerateTestFileInput`](#generatetestfileinput) | Input for generate_test_file AI action. | | `markupFormat` | [`MarkupFormat`](#markupformat) | Indicates the response format. | @@ -19206,7 +19207,7 @@ Represents vulnerability finding of a security report on the pipeline. | `location` | [`VulnerabilityLocation`](#vulnerabilitylocation) | Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability. | | `mergeRequest` | [`MergeRequest`](#mergerequest) | Merge request that fixes the vulnerability. | | `project` | [`Project`](#project) | Project on which the vulnerability finding was found. | -| `projectFingerprint` **{warning-solid}** | [`String`](#string) | **Introduced** in 16.0. This feature is an Experiment. It can be changed or removed at any time. Fingerprint of the vulnerability finding. | +| `projectFingerprint` **{warning-solid}** | [`String`](#string) | **Deprecated** in 16.1. Use uuid instead. | | `remediations` | [`[VulnerabilityRemediationType!]`](#vulnerabilityremediationtype) | Remediations of the security report finding. | | `reportType` | [`VulnerabilityReportType`](#vulnerabilityreporttype) | Type of the security report that found the vulnerability finding. | | `scanner` | [`VulnerabilityScanner`](#vulnerabilityscanner) | Scanner metadata for the vulnerability. | @@ -27618,6 +27619,14 @@ see the associated mutation type above. | ---- | ---- | ----------- | | `resourceId` | [`AiModelID!`](#aimodelid) | Global ID of the resource to mutate. | +### `AiGenerateCommitMessageInput` + +#### Arguments + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `resourceId` | [`AiModelID!`](#aimodelid) | Global ID of the resource to mutate. | + ### `AiGenerateDescriptionInput` #### Arguments -- cgit v1.2.3