---
title: "Update a domain by ID."
method: PUT
path: "/domains/{domainId}"
tags: ["Domains"]
---

# Update a domain by ID.

`PUT /domains/{domainId}`

Updates details of a domain with a given ID.

## Path parameters

- `domainId` string, required

## Request body

- object
  - `data` MutableDomain
    - `name` string, required
    - `description` string
    - `public` boolean
    - `owners` Owner[]
      - `id` string
      - `type` string — Type of Owner entity, e.g. GROUP, TENANT, USER, etc.

## Response `200`

successful operation

- object
  - `data` Domain
    - `name` string, required
    - `description` string
    - `public` boolean
    - `owners` Owner[]
      - `id` string
      - `type` string — Type of Owner entity, e.g. GROUP, TENANT, USER, etc.
    - `id` string, required
    - `createdAt` string, date-time, required — Client creation time
    - `updatedAt` string, date-time — Client update time

## Changes

- **2019-07-08** `f3d6b449bc4f` — 1 info
  - the endpoint scheme security `BearerAuth` was added to the API
- **2019-07-08** `1746e9d51ff0` — 1 info
  - the endpoint scheme security `BearerAuth` was removed from the API
- **2019-07-05** `3b62c5b2416c` — 1 info
  - the endpoint scheme security `BearerAuth` was added to the API
- **2019-07-05** `201b1dd7a054` — 2 breaking, 4 warning, 4 info
  - added the new required request property `data/name`
  - removed the required property `data/name` from the response with the `200` status
  - removed `#/components/schemas/MutableDomain, subschema #2` from the `data` request property `allOf` list
  - removed the optional property `data/description` from the response with the `200` status
  - …6 more
- **2019-05-13** `52cedae0dc44` — 2 breaking, 2 info
  - the request's body type changed from no type to `object`
  - the response's body type changed from no type to `object` for status `200`
  - added the new optional request property `data`
  - added the optional property `data` to the response with the `200` status

[Full history](https://skmtc.dev/openintegrationhub/apis/oih-metadata-service-rest-api/changes/domains/:domainId/put.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/oih-metadata-service-rest-api.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/oih-metadata-service-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/openintegrationhub/apis/oih-metadata-service-rest-api/revisions/f3d6b449bc4f?raw)
