---
title: "Updates different characteristics of a validation set using patch semantics."
method: PATCH
path: "/validation-set/{validationSetId}"
tags: ["ValidationSet"]
---

# Updates different characteristics of a validation set using patch semantics.

`PATCH /validation-set/{validationSetId}`

## Path parameters

- `validationSetId` string, required

## Request body

- UpdateValidationSetEndpointInput
  - `name` string — The new name of the validation set.
  - `dimensions` string[] — The new dimensions of the validation set.
  - `shouldAlert` boolean — Whether users should be alerted if they answer incorrectly.
  - `isPublic` boolean — Whether the validation set should be public.
  - `isFlagOverruled` boolean — Whether flags on validation rapids should be overruled.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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