diff --git a/docs/spec/sanitations.md b/docs/spec/sanitations.md index 2b65f9a..dcac153 100644 --- a/docs/spec/sanitations.md +++ b/docs/spec/sanitations.md @@ -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