Closed
Description
Here is the documentation of an http request
```http
POST /login HTTP/1.1
Authorization: Bearer bar
Content-Type: application/json
{
"foo": true}
```
Here is a reply
````mardown
```http
HTTP 200 OK
Content-Type: application/json
{"success": true }
```
But it's not limited to json replies. It could return HTML/XML
It's a very used pattern in API documentation
The code snippets are badly indented on purpose.
Metadata
Metadata
Assignees
Labels
No labels