cURL
curl --request POST \ --url https://cases.platform.arb.inc/filings/documents/update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292", "filingID": "2720f109-0caf-4c62-af22-5d08c853711c", "fields": { "claimantName": "John Smith", "respondentName": "Jane Doe" } } '
"Document filing updated successfully"
Updates the field values of a document filing that has not yet been submitted. Submitted documents cannot be updated.
access token
"2025-08-00292"
"2720f109-0caf-4c62-af22-5d08c853711c"
Show child attributes
{ "claimantName": "John Smith", "respondentName": "Jane Doe"}
Successfully updated document filing
The response is of type string.
string