---
title: "Update a domain. The target domain is the one linked to the community identified by the community API key provided for authorisation."
method: POST
path: "/domain"
tags: ["Domain management"]
---

# Update a domain. The target domain is the one linked to the community identified by the community API key provided for authorisation.

`POST /domain`

## Request body

- UpdateDomainRequest — The data used to define the updates to make to a target domain.
  - `shortName` string — The domain's short name. Skip this if no update should be made.
  - `fullName` string — The domain's full name. Skip this if no update should be made.
  - `description` string — The domain's description. Skip this if no update should be made or provide as an empty string to remove the current value.
  - `reportMetadata` string — The domain's additional metadata for XML reports.

## Response `200`

Domain updated.

## Other responses

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

---

[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)
