---
title: "Update a system."
method: POST
path: "/system/{system}"
tags: ["Community management"]
---

# Update a system.

`POST /system/{system}`

## Path parameters

- `system` string, required

## Request body

- UpdateSystemRequest — The data used to define the updates to make to a target system.
  - `shortName` string — The system's short name. Skip this if no update should be made.
  - `fullName` string — The system's full name. Skip this if no update should be made.
  - `description` string — The system's description. Skip this if no update should be made or provide as an empty string to remove the current value.
  - `version` string — The system's version information. Skip this if no update should be made or provide as an empty string to remove the current value.

## Response `200`

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