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
path: root/doc/api
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-08-27 23:00:37 +0300
committerStan Hu <stanhu@gmail.com>2019-08-27 23:00:37 +0300
commit3b0479bffd6b051884ac94a99f6a4aab58b09d5c (patch)
tree2abeead5867da9f1146f75f074b2197f7b4291ea /doc/api
parent4738ef64db714a8b7d6a28a9c5ec45ed1012d8ce (diff)
Remove trailing whitespace from project snippets API docs
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66677
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/project_snippets.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/project_snippets.md b/doc/api/project_snippets.md
index bc8219077e4..58d9d1cd4d8 100644
--- a/doc/api/project_snippets.md
+++ b/doc/api/project_snippets.md
@@ -87,7 +87,7 @@ Example request:
curl --request POST https://gitlab.com/api/v4/projects/:id/snippets \
--header "PRIVATE-TOKEN: <your access token>" \
--header "Content-Type: application/json" \
- -d @snippet.json
+ -d @snippet.json
```
`snippet.json` used in the above example request:
@@ -126,7 +126,7 @@ Example request:
curl --request PUT https://gitlab.com/api/v4/projects/:id/snippets \
--header "PRIVATE-TOKEN: <your_access_token>" \
--header "Content-Type: application/json" \
- -d @snippet.json
+ -d @snippet.json
```
`snippet.json` used in the above example request: