# Update tee pairings Update the tee pairings To remove players use the Add or Remove players endpoint. Endpoint: PUT /v1/events/{eventId}/teePairings Version: 1.0 Security: bearerAuth ## Path parameters: - `eventId` (string, required) Event Id Example: "S-45876" ## Request fields (application/json): - `id` (integer, required) Tee Pairing Id Example: 21689 - `time` (object, required) Starting Time in UTC (Coordinated Universal Time) Example: "08:00 AM" - `time.hour` (integer) - `time.minute` (integer) - `time.second` (integer) - `time.nano` (integer) - `hole` (integer, required) Starting Hole Example: 1 - `group` (string) Starting Hole Group Example: "A" - `courseId` (integer) Course Id Example: 21689 ## Response 200 fields (application/json): - `teePairingId` (integer) Tee Id Example: 28857 - `errors` (array) Errors updating the tee pairing Example: ["Unable to add player id 159323 to the tee pairing"]