Discussions

Ask a Question
Back to All

Invalid request for multiple uploads

We have specification for attachments upload api. It allows to upload multiple files.

Open API spec is here: https://github.com/qase-tms/specs/blob/master/paths/attachment.code.yaml#L2

Readme page is here: https://developers.qase.io/reference/upload-attachment

If client tries to check API in readme docs, readme generates invalid query. Readme tryes to upload files as base64 encoded payload.

If we use openapi-generator, we get correct autogenerated code. So we suggest, that our specification is correct.

Can you help to make readme docs work correctly?