patch https://api.lucid.co/accounts/me/legalHolds/
Responses
400Incorrect format or invalid parameters.
403Account does not have permission to access the API.
404The specified legal hold id was not found.
400Incorrect format or invalid parameters.
403Account does not have permission to access the API.
404The specified legal hold id was not found.
xxxxxxxxxx
curl --request PATCH \
--url https://api.lucid.co/accounts/me/legalHolds/legalHoldId \
--header 'Lucid-Api-Version: 1' \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
11{
"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"
}