action reverb_post_conversations_id_offer { label: "Make an offer to the other participant in the conversation" description: "Make an offer to the other participant in the conversation" provider: reverb method: POST path: "/conversations/{id}/offer" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }