# Update an existing practice management system Endpoint: PUT /practice-management-system/{practiceManagementSystemId} Version: 1.0 Security: bearer ## Path parameters: - `practiceManagementSystemId` (number, required) ## Request fields (application/json): - `title` (string, required) The title of the practice management system Example: "OpenDental" - `isCloudBased` (boolean) Indicates whether the practice management system is cloud based Example: true - `isEnabled` (boolean) Indicates whether the practice management system is enabled Example: true - `id` (number, required) The ID of the practice management system to be updated Example: 123 ## Response 200 fields (application/json): - `title` (string, required) The title of the practice management system Example: "OpenDental" - `isCloudBased` (boolean) Indicates whether the practice management system is cloud based Example: true - `isEnabled` (boolean) Indicates whether the practice management system is enabled Example: true - `id` (number, required) The ID of the practice management system to be updated Example: 123 - `createdAt` (string, required) The date the practice management system was created Example: "2021-07-01T00:00:00.000Z" - `updatedAt` (string, required) The date the practice management system was last updated Example: "2021-07-01T00:00:00.000Z" ## Response 401 fields (application/json): - `message` (string, required) Error message indicating unauthorized access. Example: "Unauthorized" - `statusCode` (number, required) HTTP status code for unauthorized access. Example: 401 ## Response 400 fields ## Response 404 fields