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