action wowza_stop_live_stream { label: "Stop a live stream" description: "This operation stops a live stream." provider: wowza method: PUT path: "/live_streams/{id}/stop" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }