Apis for contract resources
LawVu Contracts (1.0)
Download OpenAPI description
Languages
Servers
Sandbox API
https://api-sandbox.lawvu.com/contract-apis/
Production API
https://api.lawvu.com/contract-apis/
Request
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
- Sandbox API
https://api-sandbox.lawvu.com/contract-apis/v1/contracts/{contractId}/files
- Production API
https://api.lawvu.com/contract-apis/v1/contracts/{contractId}/files
- Payload
- JavaScript
- Node.js
- C#
- Python
multipart/form-data
{
"file": "string"
}
Response
No response example