action wowza_enable_schedule { label: "Enable a schedule" description: "This operation enables a schedule." provider: wowza method: PUT path: "/schedules/{id}/enable" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }