v1

latestOpenAPI 3.1.02026-07-22100167210.7 KB
Replica

Reorder Chat Queue

Moves a queued message to a new zero-based position.

patch/v1/replica/{id}/chats/{chatId}/queue/reorder

Path parameters

idstring uuid required

The unique identifier of the replica

chatIdstring required

The unique identifier of the chat

Request body

messageIdstring required

Queued message ID.

positioninteger required

Zero-based target position.

Response

Queue reordered successfully

successboolean required

Whether the queue mutation changed the queue.