Skip to content
Snippets Groups Projects
Commit 3b0479bf authored by Stan Hu's avatar Stan Hu
Browse files

Remove trailing whitespace from project snippets API docs

parent 4738ef64
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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:
Loading
Loading
@@ -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:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment