action wowza_reset_transcoder { label: "Reset a transcoder" description: "This operation resets a transcoder." provider: wowza method: PUT path: "/transcoders/{id}/reset" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }