PATCH Athletics practice update

Hi all,

I am in the middle of a project of cleaning the Buildings and Rooms. Essentially, I need to update old practice events via PATCH Athletics practice with new room_ids. I am experiencing an 500 Response when I try to update a practice. The ID is correct, credentials are correct.

{
"id": 769927,
"practice_start_date": "2024-11-01T00:00:00-04:00",
"room_id": 44886
}

HTTP response

HTTP/1.1 500 Internal Server Errorcache-control: no-store, must-revalidate, no-cachecontent-length: 131content-type: application/json; charset=utf-8{    "errors": [{        "error_code": 500,        "error_name": "Server Error",        "raw_message": "The service is currently unavailable, please try again."    }]}


Is there no way to update past events? Or is that not permitted? Also, the events have TBD for the "time" of the event, but the value is directly obtained from the Athletics schedules endpoint? Any feedback will be greatly appreciated it.

Thank you!
Byron

Tagged:

Answers

Categories