diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-23 13:37:19 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-23 13:37:19 +0100 |
commit | abbc592ee1e06891d91700988e84b862a55b3e63 (patch) | |
tree | 1b4f5768e23fda2537f97ccaa15ab7c9d90dc354 /doc/api/labels.md | |
parent | 8cc61d0b2a3507609665c3c5d3e8a475772c6b87 (diff) | |
download | gitlab-ce-abbc592ee1e06891d91700988e84b862a55b3e63.tar.gz |
Use POST in the endpoint description for :ressource/unsubscribe [ci skip]api-subscribe-doc
Diffstat (limited to 'doc/api/labels.md')
-rw-r--r-- | doc/api/labels.md | 2 |
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 | |