action visagecloud_cleanup_stream_using_patch { label: "Cleanup frames older than specified timeframe" provider: visagecloud method: PATCH path: "/rest/v1.1/stream/cleanup" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } interval: { type: "string" } secretKey: { type: "string" } streamId: { type: "string" } } required: ["accessKey", "interval", "secretKey", "streamId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }