Skip to content

Commit

Permalink
fix for incorrect status name in api example
Browse files Browse the repository at this point in the history
or-else committed Nov 17, 2020
1 parent 975a510 commit f4ae64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
@@ -251,7 +251,7 @@ Only the `root` user may suspend the account. To suspend the account the root us
acc: {
id: "1a2b3", // string, client-provided message id, optional
user: "usr2il9suCbuko", // user being affected by the change
status: "suspended"
status: "susp"
}
```
Sending the same message with `status: "ok"` un-suspends the account. A root user may check account status by executing `{get what="desc"}` command against user's `me` topic.

0 comments on commit f4ae64c

Please sign in to comment.