summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-07-26 09:48:58 +0000
committerBob Van Landuyt <bob@vanlanduyt.co>2018-07-30 15:01:27 +0200
commit229558bca0b29e00bd4f08e72e2b707d899e78ce (patch)
treeb3a07c0d942def67c2264910289bd7aab808f721
parent9252414078c61a9642889d19fd166cf658492ef2 (diff)
downloadgitlab-ce-229558bca0b29e00bd4f08e72e2b707d899e78ce.tar.gz
Make it explicit that the status message can contain emojis
-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 481219de0f1..8290279c295 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -497,7 +497,7 @@ Parameters:
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `emoji` | string | no | The name of the emoji to use as status, if omitted `speech_balloon` is used. Emoji name can be one of the specified names in the [Gemojione index][gemojione-index]. |
-| `message` | string | no | The message to set as a status |
+| `message` | string | no | The message to set as a status. It can also contain emoji codes. |
When both parameters are empty, the status will be cleared.