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
It should keep existing response headers working as previously while allowing to also add Description to the spec as such:
Response 400 (text/plain): {data} [some description
can be written here as multiline allowing
for clarification regarding the meaning of this response
]
Response 401 (text/plain): {empty} [or it can be a oneliner]
Response 402 (text/plain): {empty}
Additional information may be useful (we have some use cases) in the description of the
Responses
.I have some preliminary work in a fork on this where I changed the
response
regex to allow adding a description after the type of the response, i.e.However, the
status
andmeaning
are still replicated, which I'm thinking of taking out and just leaving thedescription
.The text was updated successfully, but these errors were encountered: