diff --git a/templates/zerver/api/update-message-flags.md b/templates/zerver/api/update-message-flags.md
index b8a7960702..b416a0bc3c 100644
--- a/templates/zerver/api/update-message-flags.md
+++ b/templates/zerver/api/update-message-flags.md
@@ -36,7 +36,7 @@ More examples and documentation can be found [here](https://github.com/zulip/zul
- `read` |
+ read |
Whether the user has read the message. Messages
start out unread (except for messages the user
@@ -45,40 +45,40 @@ More examples and documentation can be found [here](https://github.com/zulip/zul
|
- `starred` |
- Whether the user has [starred this message](/help/star-a-message). |
+ starred |
+ Whether the user has starred this message. |
- `collapsed` |
- Whether the user has [collapsed this message](/help/collapse-a-message). |
+ collapsed |
+ Whether the user has collapsed this message. |
- `mentioned` |
+ mentioned |
- Whether the current user [was
- mentioned](/help/mention-a-user-or-group) by
- this message, either directly or via a user
+ Whether the current user
+ was mentioned
+ by this message, either directly or via a user
group. Not editable.
|
- `wildcard_mentioned` |
+ wildcard_mentioned |
- Whether this message contained [wildcard
- mention](/help/mention-a-user-or-group#mention-everyone-on-a-stream)
- like @**all**. Not editable.
+ Whether this message contained
+ wildcard mention
+ like @**all**. Not editable.
|
- `has_alert_word` |
+ has_alert_word |
- Whether the message contains any of the current
- user's [configured alert
- words](/help/add-an-alert-word). Not editable.
+ Whether the message contains any of the current user's
+ configured alert words.
+ Not editable.
|
- `historical` |
+ historical |
True for messages that the user did not receive
at the time they were sent but later was added to
|