Legal Holds
Edit Legal Hold
Modifies an existing legal hold, allowing changes to the title, description, and end time. If the legal hold has not yet started, the start time and keywords can also be updated.
patch/v1/accounts/me/legalHolds/{legalHoldId}
Path parameters
legalHoldIdstring uuid required
Unique ID of the legal hold.
Request body
Response
With the legal hold that was successfully modified.
Example response
{
"LegalHoldId": "110808fd-4553-4316-bccf-4f25ff59a532",
"AccountId": 100,
"StartTime": "2025-01-01T16:18:26Z",
"EndTime": "2025-12-01T16:18:26Z",
"Title": "New Legal Hold",
"Description": "Legal hold example",
"Keywords": "alpha",
"Created": "2024-12-01T16:25:44Z",
"Modified": "2024-12-01T16:25:44Z"
}