Commit 120f50cff42dfb133bdf066061ebf305e872d55e
Exists in
master
and in
4 other branches
Merge pull request #2286 from nuecho/fix-doc-api-issues
Removed delete section in issues API documentation
Showing
1 changed file
with
0 additions
and
14 deletions
Show diff stats
doc/api/issues.md
@@ -173,17 +173,3 @@ Parameters: | @@ -173,17 +173,3 @@ Parameters: | ||
173 | 173 | ||
174 | Will return updated issue with status `200 OK` on success, or `404 Not found` on fail. | 174 | Will return updated issue with status `200 OK` on success, or `404 Not found` on fail. |
175 | 175 | ||
176 | -## Delete issue | ||
177 | - | ||
178 | -Delete existing project issue. | ||
179 | - | ||
180 | -``` | ||
181 | -DELETE /projects/:id/issues/:issue_id | ||
182 | -``` | ||
183 | - | ||
184 | -Parameters: | ||
185 | - | ||
186 | -+ `id` (required) - The ID or code name of a project | ||
187 | -+ `issue_id` (required) - The ID of a project's issue | ||
188 | - | ||
189 | -Status code `200` will be returned on success. |