From 3b0479bffd6b051884ac94a99f6a4aab58b09d5c Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 27 Aug 2019 13:00:37 -0700 Subject: Remove trailing whitespace from project snippets API docs Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66677 --- doc/api/project_snippets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api') 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: " \ --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: " \ --header "Content-Type: application/json" \ - -d @snippet.json + -d @snippet.json ``` `snippet.json` used in the above example request: -- cgit v1.2.3