---
title: "Manage Legal Hold policy details - v4"
method: PUT
path: "/legalholds/v4/policies/{policyId}"
tags: ["Legal Hold"]
---

# Manage Legal Hold policy details - v4

`PUT /legalholds/v4/policies/{policyId}`

Edit the details of a Legal Hold policy using policyID.

## Path parameters

- `policyId` integer, required

## Request body

- EditlegalHoldPolicyDetailsRequest
  - `name` string — Name of the Legal Hold policy. Example - Jan_2021. Note: Changing the name of the legal Hold policy will have an impact on long-running eDiscovery Download jobs. Initiate a new eDiscovery Download job in case of failure.
  - `legalHoldType` string — Type of Legal Hold policy created. It can be custom or pre-defined. Example- Human Resources
  - `startDate` string, mmm DD YYYY — Displays the start time if the webdav access type option selected is 'Data within a Date Range'. Example- Apr 11 2021
  - `endDate` string, mmm DD YYYY — Displays the end time if the webdav access type option selected is 'Data within a Date Range'. Example- Jun 12 2021
  - `webDavAccessType` 'All Collected Data' | 'Last Collected Data' | 'Data within a Date Range' — Details about the type of Webdav access. This field is case-sensitive. Example- 'All Collected Data' OR 'Last Collected Data' OR 'Data within a Date Range'
  - `isADCEnabled` true | false — Indicates if Additional Data Collection feature is enabled for Legal Hold policy. Example-true/false
  - `accessAdditionalData` true | false — Indicates if Additional Data access option is enabled for Legal Hold policy. Example-true/false
  - `accessBackupData` true | false — Indicates if backup data access option is enabled for Legal Hold policy. Example-true/false
  - `collectionFrequency` 'One time' | 'Recurring' — Provides details about additional data collection frequency. This field is case-sensitive. Example - One time/Recurring
  - `deletedFilesOnly` true | false — Use 'true' to access only deleted files of users who belong to this Legal Hold policy. Else, use 'false'.

## Response `200`

- EditlegalHoldPolicyDetailsResponse
  - `message` string
  - `policyId` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access denied: Insufficient permissions. User requires specific access rights and minimum permissions. Details: https://help.druva.com/en/articles/15069296
- `404` — Not found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
