mirror of https://github.com/zulip/zulip.git
api-docs: Correct example for drafts remove event.
Corrects what seems to have been a typo when the documentation was
added for drafts in commit 6fee946a43
.
This commit is contained in:
parent
5ac37a9f75
commit
a810b58418
|
@ -4448,7 +4448,7 @@ paths:
|
||||||
example:
|
example:
|
||||||
{
|
{
|
||||||
"type": "drafts",
|
"type": "drafts",
|
||||||
"op": "update",
|
"op": "remove",
|
||||||
"draft_id": 17,
|
"draft_id": 17,
|
||||||
}
|
}
|
||||||
- type: object
|
- type: object
|
||||||
|
|
Loading…
Reference in New Issue