action zoomconnect_post_api_rest_v1_messages_message_id_mark_unread { label: "markUnread" description: "Marks a message as unread" provider: zoomconnect method: POST path: "/api/rest/v1/messages/{messageId}/markUnread" encoding: json input: { type: "object" properties: { messageId: { type: "string" } } required: ["messageId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }