action patrowl_clean_scan_page { label: "Clean scan" description: "Clean scan identified by id." provider: patrowl method: GET path: "/clean/{scanId}" encoding: json input: { type: "object" properties: { scanId: { type: "integer" } } required: ["scanId"] additionalProperties: false } output: { properties: { page: { type: "string" } status: { type: "string" } } } }