Closed nospoon closed 3 years ago
Hello.
You should use the following format:
```response:200
{
"hello": "world"
}
```
Thanks, that works. I couldn't any mention of this in the documentation, probably worth adding.
As a side note, I noticed it's not possible to add an example response with an empty body, like 204 No Content
. It would be nice if it could also be displayed on the right with all the other response examples.
Example responses are not parsed despite being wrapped between
<!-- RESPONSE -->
and<!-- ENDRESPONSE -->
tags.