cURL
curl --request POST \ --url https://cases.platform.arb.inc/timetables/replace \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292", "timetable": {} } '
"Timetable replaced successfully"
Replaces the existing procedural timetable for a case with a new one. This updates all phase deadlines and requirements.
access token
"2025-08-00292"
The new timetable definition
Successfully replaced timetable
The response is of type string.
string