From abbc592ee1e06891d91700988e84b862a55b3e63 Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Thu, 23 Feb 2017 13:37:19 +0100 Subject: Use POST in the endpoint description for :ressource/unsubscribe [ci skip] --- doc/api/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/issues.md') diff --git a/doc/api/issues.md b/doc/api/issues.md index 6cd701215e9..5266077e098 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -569,7 +569,7 @@ from it. If the user is not subscribed to the issue, the status code `304` is returned. ``` -DELETE /projects/:id/issues/:issue_id/unsubscribe +POST /projects/:id/issues/:issue_id/unsubscribe ``` | Attribute | Type | Required | Description | -- cgit v1.2.1