Skip to main content
POST
/
evidence
/
uploads
/
make-public
Make evidence public
curl --request POST \
  --url https://cases.platform.arb.inc/evidence/uploads/make-public \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseID": "2025-08-00292",
  "uploadID": "2720f109-0caf-4c62-af22-5d08c853711c"
}
'
{
  "exhibitID": "A-1"
}

Authorizations

Authorization
string
header
required

access token

Body

application/json
caseID
string
required
Example:

"2025-08-00292"

uploadID
string<uuid>
required
Example:

"2720f109-0caf-4c62-af22-5d08c853711c"

Response

200 - application/json

Successfully made evidence public

exhibitID
string
Example:

"A-1"