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