You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# subStatus is something that changes too often on Fireblocks Side - so we just make it string
yq eval-all '(select(fileIndex == 0)
| del(.components.schemas.TransactionResponse.properties.subStatus.$ref)
| del(.paths.*.*.responses.5XX)
| .style="double"
) *+ select(fileIndex == 1)' fireblocks-api.yml fireblocks-api-additions.yml > fireblocks-result.yml
Some Swagger generting clients treat status code as integer and hence unexpect to see
5XX
as string. Example hereThink it's even safe to skip those errors in the annotations
The text was updated successfully, but these errors were encountered: