---
title: "Update a domain parameter."
method: POST
path: "/configure/domain"
tags: ["Configuration"]
---

# Update a domain parameter.

`POST /configure/domain`

## Request body

- DomainParameterUpdateInfo — The domain parameter's identification and updates.
  - `key` string, required — The unique key used to identify the parameter.
  - `value` string — The new value to apply for the parameter. Skip this if no update should be made.
  - `description` string — The parameter's description. Skip this if no update should be made or set with an empty string to delete the current value.
  - `inTests` boolean — Whether the parameter should be exposed to test sessions. Skip this if no update should be made.
  - `domain` string — The API key identifying the domain of the parameter. This is required if the community API key used for authentication refers to a community that is not linked to a specific domain.

## Response `200`

Domain parameter updated.

## Other responses

- `429` — Call rate limit threshold exceeded for this operation.
- `default` — The received request was invalid.

## Changes

- **2026-03-19** `7637660a4a6b` — 1 info
  - added the non-success response with the status `429`
- **2024-08-26** `47017afa7060` — 1 info
  - removed the non-success response with the status `400`
- **2024-08-23** `f0eaf8c12964` — 1 info
  - endpoint added
- **2022-06-27** `06f633c06bcd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/changes/configure/domain/post.md)

---

[API](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api.md) · [All operations](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ec-jrc/interoperability-test-bed-rest-api/revisions/433b3c0ae6d4/schema)
