Merge branch 'sh-fix-docs-lint-snippets-docs' into 'master'

Remove trailing whitespace from project snippets API docs

Closes #66677

See merge request gitlab-org/gitlab-ce!32298
This commit is contained in:
Mayra Cabrera 2019-08-27 20:05:33 +00:00
commit a58f4f00cf
1 changed files with 2 additions and 2 deletions

View File

@ -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: