# Update an operator Update the details of an existing operator. Endpoint: PUT /operators/{operatorId} Version: 1.0.0-SNAPSHOT Security: Production, Sandbox ## Path parameters: - `operatorId` (integer, required) The unique identifier of the operator Example: 1 ## Request fields (application/json): - `businessName` (string, required) Updated business name of the operator Example: "Updated Restaurant Group Name" ## Response 200 fields (application/json): - `id` (integer, required) The unique identifier of the operator Example: 1 - `businessName` (string, required) Business name of the operator Example: "Acme Restaurant Group" - `createdAt` (string, required) Timestamp when the operator was created Example: "2025-01-10T08:00:00Z" - `updatedAt` (string, required) Timestamp when the operator was last updated Example: "2025-02-15T10:30:00Z" ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields