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:
Diffstat (limited to 'doc/api/discussions.md')
-rw-r--r--doc/api/discussions.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/api/discussions.md b/doc/api/discussions.md
index dac2c886166..8640f3b45c6 100644
--- a/doc/api/discussions.md
+++ b/doc/api/discussions.md
@@ -1,8 +1,7 @@
---
stage: Create
group: Source Code
-info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
-type: reference, api
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
# Discussions API **(FREE ALL)**
@@ -982,7 +981,7 @@ Parameters for multiline comments only:
A line code is of the form `<SHA>_<old>_<new>`, like this: `adc83b19e793491b1c6ea0fd8b46cd9f32e292fc_5_5`
-- `<SHA>` is the SHA1 hash of the filename.
+- `<SHA>` is the SHA1 hash of the file name.
- `<old>` is the line number before the change.
- `<new>` is the line number after the change.
@@ -1010,7 +1009,7 @@ curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" \
Resolve or unresolve a thread of discussion in a merge request.
-Prerequisite:
+Prerequisites:
- You must have at least the Developer role, or be the author of the change being reviewed.