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:
authorRobert Schilling <rschilling@student.tugraz.at>2017-02-23 15:37:19 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2017-02-23 15:37:19 +0300
commitabbc592ee1e06891d91700988e84b862a55b3e63 (patch)
tree1b4f5768e23fda2537f97ccaa15ab7c9d90dc354 /doc/api/labels.md
parent8cc61d0b2a3507609665c3c5d3e8a475772c6b87 (diff)
Use POST in the endpoint description for :ressource/unsubscribe [ci skip]
Diffstat (limited to 'doc/api/labels.md')
-rw-r--r--doc/api/labels.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/labels.md b/doc/api/labels.md
index a1e7eb1a7b1..8e0855fe9e2 100644
--- a/doc/api/labels.md
+++ b/doc/api/labels.md
@@ -228,7 +228,7 @@ from it. If the user is not subscribed to the label, the
status code `304` is returned.
```
-DELETE /projects/:id/labels/:label_id/unsubscribe
+POST /projects/:id/labels/:label_id/unsubscribe
```
| Attribute | Type | Required | Description |