v2.1.211
·
4 commits
to master
since this release
Enhancements
- Added new metadata fields for
GetFileRequestandGetFileWithNameRequestto improve the documentation and type safety in generated Go clients.
Details
- The
x-go-typefield was added for theacceptparameter in bothGetFileRequestandGetFileWithNameRequest. - The
x-go-typefield was also added for thecontent-dispositionparameter in bothGetFileRequestandGetFileWithNameRequest.
These enhancements aim to streamline integration with Go clients by providing clearer type definitions, facilitating better code generation and reducing the risk of errors during file retrieval processes.