action wowza_request_player_rebuild { label: "Rebuild player code" description: "This operation rebuilds the player with the current configuration." provider: wowza method: POST path: "/players/{id}/rebuild" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }