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