Open bvwells opened 4 years ago
Many APIs return a payload in the case of a non-200 response. For example, an error payload with details of why an API call was a bad request. i.e.
'400': description: Bad request schema: $ref: "#/definitions/error"
It would be useful to have these payloads returned from the generated clients.
Many APIs return a payload in the case of a non-200 response. For example, an error payload with details of why an API call was a bad request. i.e.
It would be useful to have these payloads returned from the generated clients.