summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-09-13 15:19:46 -0500
committerRobert Speicher <rspeicher@gmail.com>2018-09-13 15:19:46 -0500
commitd15bd9548228727788989f94285768ba565bbe82 (patch)
treefe18dc6a88bf1f9b791f1054a564de1ca1e2ffc9 /doc
parent32b96bfd81ff254142dbd9c73e1a494308213cb3 (diff)
downloadgitlab-ce-d15bd9548228727788989f94285768ba565bbe82.tar.gz
Correct a typo in the User Status API docs
Diffstat (limited to 'doc')
-rw-r--r--doc/api/users.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 51935280401..7fc06d85145 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -504,7 +504,7 @@ PUT /user/status
When both parameters `emoji` and `message` are empty, the status will be cleared.
```bash
-curl --request PUT --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" --data "emoji=coffee" --data "emoji=I crave coffee" https://gitlab.example.com/api/v4/user/status
+curl --request PUT --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" --data "emoji=coffee" --data "message=I crave coffee" https://gitlab.example.com/api/v4/user/status
```
Example responses