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
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-09-06 17:56:13 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-09-06 17:56:13 +0300
commit5e6b5832ea9e0e78314b69aee764410edaa0fafd (patch)
tree42b0fa6d7ed1de149ce231585369cb80bbb8de86 /doc/api/project_snippets.md
parent794e37661d8cf847cda750a8e62a809889534125 (diff)
parentcdd8f2f345aeb3fb05bbe8f567e72b717f388636 (diff)
Merge branch 'master' into 'docs/migrating-from-tfs'
# Conflicts: # doc/user/project/import/index.md
Diffstat (limited to 'doc/api/project_snippets.md')
-rw-r--r--doc/api/project_snippets.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/project_snippets.md b/doc/api/project_snippets.md
index 24c8ff5fa7a..ad2521230e6 100644
--- a/doc/api/project_snippets.md
+++ b/doc/api/project_snippets.md
@@ -95,8 +95,7 @@ Parameters:
## Delete snippet
-Deletes an existing project snippet. This is an idempotent function and deleting a non-existent
-snippet still returns a `200 OK` status code.
+Deletes an existing project snippet. This returns a `204 No Content` status code if the operation was successfully or `404` if the resource was not found.
```
DELETE /projects/:id/snippets/:snippet_id