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>2020-09-03 00:10:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-03 00:10:43 +0300
commita961982252b5e33af6d7de358fbae28cb8cfd104 (patch)
treec8cb5fa18814881e76fa2c757855ba832f9e49f3 /doc/api/snippets.md
parent4e06ca9e7d67aee59d691a363dabba46d53d34ba (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/snippets.md')
-rw-r--r--doc/api/snippets.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/snippets.md b/doc/api/snippets.md
index 0cdc07b1f46..6863763ff24 100644
--- a/doc/api/snippets.md
+++ b/doc/api/snippets.md
@@ -169,9 +169,9 @@ Parameters:
| Attribute | Type | Required | Description |
|:------------|:--------|:---------|:-------------------------------------------------------------------|
-| `id` | integer | yes | ID of snippet to retrieve |
-| `ref` | string | yes | Reference to a tag, branch or commit |
-| `file_path` | string | yes | URL-encoded path to the file |
+| `id` | integer | yes | ID of snippet to retrieve. |
+| `ref` | string | yes | Reference to a tag, branch or commit. |
+| `file_path` | string | yes | URL-encoded path to the file. |
Example request: