action wowza_enable_all_stream_targets_transcoder { label: "Enable a transcoder's stream targets" description: "This operation enables all of the stream targets assigned to a specific transcoder." provider: wowza method: PUT path: "/transcoders/{id}/enable_all_stream_targets" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }