---
title: "Save the current settings."
method: PUT
path: "/rwc/v1/settings"
tags: ["Restore scans"]
---

# Save the current settings.

`PUT /rwc/v1/settings`

Saves the current settings of Restore scans.

## Request body

- SettingsRequest
  - `AVScanEnabled` boolean — Boolean denoting if Anti Virus (AV) scan is enabled.
  - `fileHashScanEnabled` boolean — Boolean denoting if scan for File Hash is enabled.
  - `allowAdminToSkipScanEndpoints` boolean — Boolean denoting if inSync administrator is allowed to enable or disable Restore scans for Endpoints.
  - `allowUserToSkipScanEndpoints` boolean — Boolean denoting if inSync Client User is allowed to enable or disable Restore scans for Endpoints.
  - `skipScanForDeviceReplace` boolean — Boolean denoting if the Anti Virus Scan should be skipped for endpoint's device replace restore scenario.
  - `useDruvaCuratedIOCs` boolean — Boolean denoting if Druva-published IOC libraries are used for scanning.
  - `useLightScan` boolean — Boolean denoting if Quick Scan is enabled.
  - `excludeExtensionsFromScan` string[] — Array of Strings(File Extensions)skipped from the scan.
  - `maxFileSizeToScanInMB` integer — Integer denoting maximum file size (between 100 and 1024) in MBs that should be scanned.
  - `daysBeyondWhichToSkipScan` integer — Integer denoting the number of days (value can be 0, 30, 60, or 90) within which the last modified date of a file should be for it to be scanned. Enter 0 if you want to scan all the files.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `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)
