mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
api_docs: Fix missing changes entry for status endpoint.
715d07c231
was missing an API feature
level change.
This commit is contained in:
@@ -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**
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user