---
title: "Change Validation"
method: POST
path: "/console/v1/change_validation"
tags: ["Change Validation"]
---

# Change Validation

`POST /console/v1/change_validation`

See how change validation works [here](https://docs.statsig.com/guides/pre-commit-webhooks)

## Request body

- ChangeValidationDto
  - `reviewID` string, required
  - `validated` boolean, required
  - `message` string
  - `debugLinks` object[]
    - `title` string, required
    - `url` string, required
  - `releasePipelineIDForCommit` string, nullable

## Response `200`

Change Validation Success

- object
  - `message` string

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/revisions/3189f450c93b/schema)
