We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
freeeAPIスキーマ https://raw.githubusercontent.com/freee/freee-api-schema/master/v2020_06_15/open-api-3/api-schema.yml の下記の箇所
paths: "/api/1/journals/reports/{id}/download" get: responses: '200': content: application/pdf: schema: format: binary type: string
他、
content: image/*: schema: format: binary type: string
というパターンもあります。
返り値の型が「string」になる
blobなどbinary系の型を付ける
なお、実際にどの型を付けるべきかは、ユーザ側の環境依存で変わる可能性が高いので、ユーザ側で付ける型を変えられれば理想的だと思います
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
freeeAPIスキーマ
https://raw.githubusercontent.com/freee/freee-api-schema/master/v2020_06_15/open-api-3/api-schema.yml
の下記の箇所
他、
というパターンもあります。
The current behavior
返り値の型が「string」になる
The expected behavior
blobなどbinary系の型を付ける
なお、実際にどの型を付けるべきかは、ユーザ側の環境依存で変わる可能性が高いので、ユーザ側で付ける型を変えられれば理想的だと思います
The text was updated successfully, but these errors were encountered: