action watchful_step_site_backup { label: "Step (continue) a remote backup for the site" description: "Step (continue) a remote backup for the site" provider: watchful method: POST path: "/sites/{id}/backupstep" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }