Skip to content

Commit

Permalink
Update docs/spec/sanitations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nipuna Ransinghe  <[email protected]>
  • Loading branch information
KATTA-00 and NipunaRanasinghe authored Aug 8, 2024
1 parent 815a7a6 commit 1bb54e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/spec/sanitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ This document records the sanitation done on top of the official OpenAPI specifi

- **Reasons**: The response does not include the code, message, and param, causing an error of missing required fields when converting.

4. **Changed the responce content type in /files/{file_id}/content end point**
- **Original**: The response content type of the /files/{file_id}/content endpoint was originally application/json.
4. **Changed the response content type in `/files/{file_id}/content` endpoint**
- **Original**: The response content type of the `/files/{file_id}/content` endpoint was originally `application/json`.

- **Updated**: The content type has been changed to application/octet-stream.
- **Updated**: The content type has been changed to `application/octet-stream`.

- **Reasons**: The server's actual response content type was application/octet-stream.
- **Reasons**: The server's actual response content type was `application/octet-stream`.

## OpenAPI cli command

Expand Down

0 comments on commit 1bb54e0

Please sign in to comment.