action visagecloud_stop_stream_using_patch { label: "Stop existing stream" provider: visagecloud method: PATCH path: "/rest/v1.1/stream/stop" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } secretKey: { type: "string" } streamId: { type: "string" } } required: ["accessKey", "secretKey", "streamId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }