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