Acknowledge the latest command sync
Operation boundary
- Caller: Trusted backend only
- Scope: Acknowledgement consumes only the generation recorded by the latest sync in this process; last_message_seq is only validated as positive and is not used for acknowledgement.
- Success: If no local generation exists, the endpoint still returns 200 and acknowledges nothing.
Deprecated
POST
/message/syncackRequires a positive last_message_seq but acknowledges the server's latest recorded generation, not that supplied value.
Request Body
application/json
User acknowledging the latest command-message generation.
TypeScript Definitions
Use the request body type in TypeScript.
Legacy command-message synchronization acknowledgement parameters.
Response Body
application/json
application/json
application/json
{ "status": 200}