OOTB API response to GET /docs contains errors
Version: Pega 8.6.5
API: /docs
The response to the API Request contains errors which makes that the API response is not accepted by external application.
Request URL: {baseURL}/prweb/api/v1/docs?category=Application
Errors in response:
- line 129 / 130 --> values for enum (in the get for the tag ["attachments"] ) should be true or false (without " "), now they have " " around them which causes an error message
- line 2578 --> "$ref": "#/definitions/Header" should be "$ref": "#/definitions/Header" (with the # and an extra S behind definition)
Please fix this response as it hinders the correct working of this OOTB API
***Edited by Moderator Marije to add Capability tags***