---
title: "Update a specific Org Config"
method: PATCH
path: "/api/v2/org_configs/{org_config_name}"
tags: ["Organizations"]
---

# Update a specific Org Config

`PATCH /api/v2/org_configs/{org_config_name}`

Update the value of a specific Org Config.

## Path parameters

- `org_config_name` string, required

## Request body

- OrgConfigWriteRequest — A request to update an Org Config.
  - `data` OrgConfigWrite, required — An Org Config write operation.
    - `attributes` OrgConfigWriteAttributes, required — Writable attributes of an Org Config.
      - `value` unknown, required
    - `type` 'org_configs', required — Data type of an Org Config.

## Response `200`

OK

- OrgConfigGetResponse — A response with a single Org Config.
  - `data` OrgConfigRead, required — A single Org Config.
    - `attributes` OrgConfigReadAttributes, required — Readable attributes of an Org Config.
      - `description` string, required — The description of an Org Config.
      - `modified_at` string, date-time, nullable — The timestamp of the last Org Config update (if any).
      - `name` string, required — The machine-friendly name of an Org Config.
      - `value` unknown, required
      - `value_type` string, required — The type of an Org Config value.
    - `id` string, required — A unique identifier for an Org Config.
    - `type` 'org_configs', required — Data type of an Org Config.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

[API](https://skmtc.dev/datadog/apis/api-v2.md) · [All operations](https://skmtc.dev/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
