Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-26 18:08:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-26 18:08:58 +0300
commitff89c3c372cd3b317915fb21940f9c8c065d94c0 (patch)
treece6674c2d661f25ffc156679846b0d6b48247e8e /doc/api/suggestions.md
parent0121231095b3a50a18aaf4eb4a7058b55fe62fc1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/suggestions.md')
-rw-r--r--doc/api/suggestions.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/suggestions.md b/doc/api/suggestions.md
index 9f878cd029a..dd4340b0560 100644
--- a/doc/api/suggestions.md
+++ b/doc/api/suggestions.md
@@ -21,6 +21,7 @@ PUT /suggestions/:id/apply
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of a suggestion |
+| `commit_message` | string | no | A custom commit message to use instead of the default generated message or the project's default message |
```shell
curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/suggestions/5/apply"