v1
latestOpenAPI 3.0.12026-07-22231676.5 KBAdd
Add Client Matters
Adds a list of client matters to Harvey. Each client matter includes a name and an optional description.
post/api/v1/client_matters
Request body
Example request
{
"client_matters": [
{
"cm_name": "123-45",
"cm_desc": "Acme Corp Bankruptcy"
}
]
}Response
The number of successfully added client matters and the number of failures.
Example response
{
"success_count": 1,
"failed": []
}