api docs: Fix indentation.

This commit is contained in:
Yago González
2018-06-06 18:17:58 +02:00
parent 8b420da653
commit 51f107f5bc

View File

@@ -91,9 +91,9 @@ paths:
- Topic can't be empty
- example:
{
"code": "BAD_REQUEST",
"msg": "You don't have permission to edit this message",
"result": "error"
"code": "BAD_REQUEST",
"msg": "You don't have permission to edit this message",
"result": "error"
}
/users/me/{stream_id}/topics:
get:
@@ -131,23 +131,23 @@ paths:
type: string
- example:
{
"msg": "",
"result": "success",
"topics": [
{
"max_id": 26,
"name": "Denmark3"
},
{
"max_id": 23,
"name": "Denmark1"
},
{
"max_id": 6,
"name": "Denmark2"
}
]
}
"msg": "",
"result": "success",
"topics": [
{
"max_id": 26,
"name": "Denmark3"
},
{
"max_id": 23,
"name": "Denmark1"
},
{
"max_id": 6,
"name": "Denmark2"
}
]
}
'400':
description: Bad request.
content: