fix(spec): render response body for non-200 responses (#9555)

Refs #9556
This commit is contained in:
Oliwia Rogala
2024-02-07 16:05:00 +01:00
committed by GitHub
parent 6362bc3a84
commit a88bed5130
4 changed files with 41 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
openapi: 3.0.0
info:
version: 1.0.0
title: Test API
description: Test API
paths:
/400-any:
get:
description: returns 400
responses:
default:
description: ok