action wowza_update_live_stream { label: "Update a live stream" description: "This operation updates a live stream." provider: wowza method: PATCH path: "/live_streams/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }