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

# Create or update parameter

`POST /parameters/create-or-update`

Create or update a parameter configuration by key.

## Request body

- object
  - `key` 'code_review_config' | 'platform_configs' | 'language_config' | 'issue_creation_config' | 'team_artifacts_config' | 'organization_artifacts_config' | 'communication_style' | 'checkin_config' | 'board_priority_type' | 'deployment_type', required
  - `configValue` object, required
  - `organizationAndTeamData` object, required
    - `teamId` string, required

## Response `201`

- ParametersStoredResponseDto
  - `statusCode` number, required
  - `type` string, required
  - `data` ParametersStoredDto, required
    - `_uuid` string, uuid, required
    - `_active` boolean, required
    - `_configKey` string, required
    - `_configValue` object, required — Parameter value (schema varies by config key).
    - `_createdAt` string, required
    - `_updatedAt` string, required
    - `_version` number, required

## 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/versions/e2282ac5fb3a/schema)
