Apis for contract resources
https://api-sandbox.lawvu.com/contract-apis/
https://api.lawvu.com/contract-apis/
Add or update a file in a contract.
The body of the request must be content-type 'multipart/form-data' and contain the file data.
To update the contract document: Only specify the 'parentFileId' parameter. The 'folderId' and 'conflictResolution' parameters should not be used for these updates
https://api-sandbox.lawvu.com/contract-apis/v1/contracts/{contractId}/files
https://api.lawvu.com/contract-apis/v1/contracts/{contractId}/files
{
"file": "string"
}
No response example