v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBMemos
Update a memo
Updates a specified memo.
put/matters/{matterId}/memos/{id}
Path parameters
matterIdstring required
idstring 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 updated.