Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
abbc592e
Commit
abbc592e
authored
Feb 23, 2017
by
Robert Schilling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use POST in the endpoint description for :ressource/unsubscribe [ci skip]
parent
8cc61d0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/api/issues.md
doc/api/issues.md
+1
-1
doc/api/labels.md
doc/api/labels.md
+1
-1
doc/api/merge_requests.md
doc/api/merge_requests.md
+1
-1
No files found.
doc/api/issues.md
View file @
abbc592e
...
...
@@ -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 |
...
...
doc/api/labels.md
View file @
abbc592e
...
...
@@ -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 |
...
...
doc/api/merge_requests.md
View file @
abbc592e
...
...
@@ -741,7 +741,7 @@ notifications from that merge request. If the user is
not subscribed to the merge request, the status code
`304`
is returned.
```
DELETE
/projects/:id/merge_requests/:merge_request_id/unsubscribe
POST
/projects/:id/merge_requests/:merge_request_id/unsubscribe
```
| Attribute | Type | Required | Description |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment