---
title: "Update Configuration Values"
method: POST
path: "/organization/configs"
---

# Update Configuration Values

`POST /organization/configs`

Lets you add or map custom status labels to standard statuses and set default label names for each status.

## Request body

- object
  - `keyName` 'CONF_MAX_CARDS_PER_ORG', required — Pass CONF_MAX_CARDS_PER_ORG.
  - `value` integer, required — Set the number of active cards a customer can have.
  - `scope` 'org', required — Scope of the configuration. Pass ORG for org level configuration.

## Response `200`

200

- object
  - `id` integer
  - `entityId` integer
  - `keyName` string
  - `value` string
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

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