action discourse_bookmark_topic { label: "Bookmark topic" provider: discourse method: PUT path: "/t/{id}/bookmark.json" encoding: json input: { type: "object" properties: { "Api-Key": { type: "string" } "Api-Username": { type: "string" } id: { type: "string" } } required: ["Api-Key", "Api-Username", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }