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