1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-10 23:13:10 +00:00
2025-12-07 12:26:48 +08:00

22 lines
546 B
YAML

tags:
- Conversations API
operationId: update-last-seen
summary: Update last seen
description: Updates the last seen time of the contact in a conversation
security: []
responses:
'200':
description: Last seen updated successfully
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/bad_request_error'
'404':
description: Conversation not found
content:
application/json:
schema:
$ref: '#/components/schemas/bad_request_error'