-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 5.0, 5.1, 5.2
-
Component/s: Documentation - All
-
5
-
Severity 3 - Minor
-
https://docs.atlassian.com/jira/REST/5.2.6/#id105416
There appear to be copy/paste errors for the REST API docs for filters, plus some of the expand/collapse sections don't work
| API | Docs | Problem |
|---|---|---|
| POST /rest/api/2/filter | "acceptable request representations" | application/json expand/collapse doesn't work |
| POST /rest/api/2/filter | Response 400: "Returned if there is a problem looking up the filter given the id" | This API creates a new filter and doesn't look up an ID |
| PUT /rest/api/2/filter/defaultShareScope | "acceptable request representations" | application/json expand/collapse doesn't work |
| GET /rest/api/2/filter/favourite | Response 400: "Returned if there is a problem looking up the filter given the id" | This API gets a list of filters and doesn't look up an ID |
| PUT /rest/api/2/filter/[id] | "acceptable request representations" | application/json expand/collapse doesn't work |
| DELETE /rest/api/2/filter/[id] | "acceptable response representations" | "200 - application/json (filter)" expand/collapse doesn't work |
- copied to
-
JRADEV-18981 Loading...