v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBLegal Hold
Manage Legal Hold policy details - v4
Edit the details of a Legal Hold policy using policyID.
put/legalholds/v4/policies/{policyId}
Path parameters
policyIdinteger required
Unique ID of the Legal Hold policy. Example - 4
Request body
Example request
{
"name": "Jan_2021",
"legalHoldType": "Human Resources",
"startDate": "Apr 11 2021",
"endDate": "Jun 12 2021",
"webDavAccessType": "Data within a Date Range",
"collectionFrequency": "Recurring"
}Response
Example response
{
"message": "Legal Hold updated successfully.",
"policyId": 2
}