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