---
title: "Patch a MetadataPurposeRegulationOverride"
method: PATCH
path: "/metadata/purposes-regulations-overrides/{id}"
tags: ["metadata-purpose-regulation-override"]
---

# Patch a MetadataPurposeRegulationOverride

`PATCH /metadata/purposes-regulations-overrides/{id}`

Partially update a MetadataPurposeRegulationOverride

## Path parameters

- `id` string, required

## Request body

- MetadataPurposeRegulationOverridePatchInput
  - `regulations_id` string[] — An array of regulation IDs the override configures the metadata purpose to support
  - `metadata_purpose_id` string — The ID of the associated global (organization_id=null) metadata purpose

## Response `200`

The patched MetadataPurposeRegulationOverride object

- MetadataPurposeRegulationOverride — A table to define MetadataPurposeRegulationOverrides. Overrides allow clients to define which regulations a global (organization_id=null) metadata purpose supports. It is not supported to define overrides for a custom purpose (purposes created by an organization). A null value of `regulations_id` means all regulations are supported, and an empty array means no regulations are supported.
  - `id` string, required — The unique identifier of the override
  - `organization_id` string, required — ID of the organization that owns the override
  - `created_at` string, date-time — Creation date of the override
  - `updated_at` string, date-time — Last update date of the override
  - `deleted_at` string, date-time — Deletion date of the override
  - `regulations_id` string[] — An array of regulation IDs the override configures the metadata purpose to support
  - `metadata_purpose_id` string, required — The ID of the associated global (organization_id=null) metadata purpose

---

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