-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 8.9.0
-
Component/s: Documentation - All
-
1
-
Severity 3 - Minor
Summary
As in REST API Documentation the type field is set to object but in actual result it returns string:
JSON Schema
" }, "content": { "title": "Content", "type": "object", "properties": { "id": { "title": "Content Id", "type": "object" }, "type": { ----> type is object here!! "title": "Content Type", "type": "object" },"
Actual Response
"results": [ { "id": "24413252", "type": "page", ----> Type returns string here!! "status": "current", "title": "CodeCraft User Documentation Home", "history": { "latest": true, "createdBy": { .....
Suggestion
Update the REST API documentation according to the source code.
- mentioned in
-
Page Loading...