Forum Discussion

jtfidje's avatar
jtfidje
New Member
4 years ago

Swagger responses - Multiple response codes with the same schema?

Hi! Is it possible to have multiple codes use the same schema without duplicating the schema-reference? I.e.: responses: '202': description: OK '401': '403': '404': ...