v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBMemos
Create a memo on a matter
Creates a memo on the specified matter.
post/matters/{matterId}/memos
Path parameters
matterIdstring required
Request body
Example request
{
"title": "Update",
"text": "There has been a recent update on this matter.",
"userId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"createdDateUtc": "2022-07-01"
}Response
When request is accepted. Returns a hypermedia 'Link' object of the memo to be created.