Commit 120f50cf authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #2286 from nuecho/fix-doc-api-issues

Removed delete section in issues API documentation
parents d2be7577 40c11a36
......@@ -173,17 +173,3 @@ Parameters:
Will return updated issue with status `200 OK` on success, or `404 Not found` on fail.
## Delete issue
Delete existing project issue.
```
DELETE /projects/:id/issues/:issue_id
```
Parameters:
+ `id` (required) - The ID or code name of a project
+ `issue_id` (required) - The ID of a project's issue
Status code `200` will be returned on success.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment