api_docs: Fix missing changes entry for status endpoint.

715d07c231 was missing an API feature
level change.
This commit is contained in:
Tim Abbott
2025-08-13 16:05:15 -07:00
parent 14122cd5f7
commit 25319590d0
2 changed files with 5 additions and 0 deletions

View File

@@ -161,6 +161,9 @@ format used by the Zulip server that they are interacting with.
`can_delete_own_message_group` parameter to support setting and
changing the user group whose members can delete the messages they have sent
in the channel.
- [`POST /users/{user_id}/status`](/api/update-status-for-user): Added
new API endpoint for an administrator to update the status for
another user.
**Feature level 406**

View File

@@ -10600,6 +10600,8 @@ paths:
description: |
Administrator endpoint for changing the [status](/help/status-and-availability) of
another user.
**Changes**: New in Zulip 11.0 (feature level 407).
x-requires-administrator: true
requestBody:
required: false