---
title: "Create or update organization parameter"
method: POST
path: "/organization-parameters/create-or-update"
tags: ["Organization Parameters"]
---

# Create or update organization parameter

`POST /organization-parameters/create-or-update`

Create or update an organization parameter key/value.

## Request body

- object
  - `key` 'category_workitems_type' | 'timezone_config' | 'review_mode_config' | 'kody_fine_tuning_config' | 'auto_join_config' | 'byok_config' | 'cockpit_metrics_visibility' | 'dry_run_limit' | 'auto_license_assignment' | 'code_review_preset', required
  - `configValue` object, required

## Response `200`

- OrganizationParameterStoredResponseDto
  - `statusCode` number, required
  - `type` string, required
  - `data` OrganizationParameterStoredDto, required
    - `_uuid` string, uuid, required
    - `_configKey` string, required
    - `_configValue` object, required — Organization parameter value (schema varies by key).

## Other responses

- `400` — Validation error
- `401` — Not authenticated
- `403` — Insufficient permissions
- `500` — Unexpected error

---

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