Commit f9cc00cf authored by Mike Jang's avatar Mike Jang

Merge branch 'document-availability' into 'master'

Document `availability` property of user status resource

See merge request gitlab-org/gitlab!59591
parents 20d963cd fa2686ee
......@@ -645,6 +645,7 @@ Example response:
```json
{
"emoji":"coffee",
"availability":"busy",
"message":"I crave coffee :coffee:",
"message_html": "I crave coffee <gl-emoji title=\"hot beverage\" data-name=\"coffee\" data-unicode-version=\"4.0\">☕</gl-emoji>",
"clear_status_at": null
......@@ -672,6 +673,7 @@ Example response:
```json
{
"emoji":"coffee",
"availability":"busy",
"message":"I crave coffee :coffee:",
"message_html": "I crave coffee <gl-emoji title=\"hot beverage\" data-name=\"coffee\" data-unicode-version=\"4.0\">☕</gl-emoji>",
"clear_status_at": null
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment