Skip to content

Associate documents with the supercase

Request

Security
oauth2(Required scopes: supercase:update) or bearerAuth or apiKeyHeader
Path
supercaseIdstringrequired

The ID of the supercase

Bodyapplication/jsonrequired
Array [
string

A document descriptor ID.

]
POST
/supercases/{supercaseId}/documents
curl -i -X POST \
  'https://sandboxapi.peach.finance/api/supercases/{supercaseId}/documents' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '[
    "string"
  ]'

Responses

Success