---
title: "Patch Configuration Values"
method: PATCH
path: "/config"
tags: ["Business Configuration"]
---

# Patch Configuration Values

`PATCH /config`

Partially updates configuration values for a scope. Unsets those values that are sent with a null value.

## Headers

- `x-gw-ims-org-id` string, required

## Request body

- object
  - `scopeId` string, required
  - `config` object[], required
    - `name` string, required
    - `value` union, required
      - boolean
      - string
      - string[]

## Response `200`

The configuration values were successfully updated. Returns the updated configuration with password fields masked.

- object — Configuration values updated for the given scope
  - `message` string, required
  - `timestamp` string, date-time, required
  - `scope` ConfigScope, required
    - `id` string, required
    - `code` string, required
    - `level` string, required
  - `config` ConfigUpdateEntry[], required
    - `name` string, required
    - `value` union, required
      - boolean
      - string
      - string[]

## Other responses

- `400` — The request is invalid or could not be parsed.
- `401` — You are not authorized to access this resource. Ensure the IMS token and the x-gw-ims-org-id header are correctly set and valid.
- `403` — The access token is valid, but it is not allowed to access the requested organization or operation.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/adobe/apis/app-management-api.md) · [All operations](https://skmtc.dev/adobe/apis/app-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adobe/app-management-api/revisions/4b39b5956be9/schema)
