Skip to content

Commit

Permalink
api docs: Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
YagoGG committed Jun 23, 2018
1 parent 8b420da commit 51f107f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions zerver/openapi/zulip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 51f107f

Please sign in to comment.