action opensuse_post_request_id { label: "Apply certain actions on a specified request." description: "Apply certain actions on a specified request." provider: opensuse method: POST path: "/request/{id}" encoding: json input: { type: "object" properties: { by_group: { type: "string" } by_package: { type: "string" } by_project: { type: "string" } by_user: { type: "string" } cmd: { type: "string" } comment: { type: "string" } incident: { type: "string" } newstate: { type: "string" } priority: { type: "string" } time: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }