api: Rename edit typing endpoint to /messages/{message_id}/typing.

This is more consistent with how other URLs work in Zulip.

Replaces `/message_edit_typing` with `/messages/{message_id}/typing`.
The `message_id` parameter, previously passed in the request body,
is now included in the URL path.
This commit is contained in:
opmkumar
2025-03-01 01:23:17 +05:30
committed by Tim Abbott
parent 61db2bc158
commit c97fd1bca5
8 changed files with 57 additions and 53 deletions

View File

@@ -20,6 +20,13 @@ format used by the Zulip server that they are interacting with.
## Changes in Zulip 10.0
**Feature level 361**
* [`POST /messages/{message_id}/typing`](/api/set-typing-status-for-message-edit):
Renamed `POST /messages/{message_id}/typing` to
`POST /message_edit_typing`, passing the one `message_id` parameter
in the URL path, for consistency with the rest of the API.
**Feature level 360**
* [`GET /messages/{message_id}`](/api/get-message), [`GET