cURL
curl --request POST \ --url https://cases.platform.arb.inc/evidence/uploads/update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292", "uploadID": "2720f109-0caf-4c62-af22-5d08c853711c", "description": "Updated description for evidence file" } '
"Evidence description updated successfully"
Updates the description of an undocketed evidence upload. Evidence that has been made public cannot be updated.
access token
"2025-08-00292"
"2720f109-0caf-4c62-af22-5d08c853711c"
"Updated description for evidence file"
Successfully updated evidence description
The response is of type string.
string