Update a filed document
filings
Update a filed document
Updates a document in a case with new field values.
POST
Update a filed document
Authorizations
access token
Body
application/json
The case ID the document belongs to.
Example:
"2025-08-00125"
The filing ID of the document to update.
Example:
"14"
Key-value fields to update on the document.
Example:
{
"title": "Amended Motion to Dismiss",
"description": "Updated summary after review",
"docketNumber": "2025-00123"
}Response
Document successfully updated.
The response is of type string.
Example:
"Document successfully updated"