提交 3b0479bf 编写于 作者: S Stan Hu

Remove trailing whitespace from project snippets API docs

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66677
上级 4738ef64
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册