---
title: "PATCH /deploys/{deploy_id}/validations_report"
method: PATCH
path: "/deploys/{deploy_id}/validations_report"
tags: ["deploy"]
---

# PATCH /deploys/{deploy_id}/validations_report

`PATCH /deploys/{deploy_id}/validations_report`

Updates the deploy validations report for a deploy.

## Path parameters

- `deploy_id` string, required

## Request body

- object
  - `secrets_scan` object

## Response `200`

OK

- DeployValidationsReport
  - `id` string — The id of the deploy validations report
  - `deploy_id` string — The id of the deploy
  - `secret_scan_result` DeployValidationsReportSecretScanResult
    - `scannedFilesCount` integer — The number of files scanned
    - `secretsScanMatches` string[] — The list of secrets scan matches

---

[API](https://skmtc.net/netlify/apis/netlify-s-api-documentation.md) · [All operations](https://skmtc.net/netlify/apis/netlify-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netlify/netlify-s-api-documentation/revisions/71540d1b5d9d/schema)
