Skip to main content
POST
Update a filed document

Authorizations

Authorization
string
header
required

access token

Body

application/json
caseID
string
required

The case ID the document belongs to.

Example:

"2025-08-00125"

filingID
string
required

The filing ID of the document to update.

Example:

"14"

fields
object
required

Key-value fields to update on the document.

Example:

Response

Document successfully updated.

The response is of type string.

Example:

"Document successfully updated"