---
title: "Update"
method: PUT
path: "/api/v1/settings/domains"
tags: ["Org Domain"]
---

# Update

`PUT /api/v1/settings/domains`

Update replaces the tenant's set of verified domains with the provided list.

## Request body

- C1ApiSettingsV1UpdateOrgDomainRequest — The UpdateOrgDomainRequest message.
  - `newDomains` string[], nullable — The complete list of domain names that should be set as the tenant's verified domains.

## Response `200`

Successful response

- C1ApiSettingsV1UpdateOrgDomainResponse — The UpdateOrgDomainResponse message.
  - `list` C1ApiSettingsV1OrgDomain[], nullable — The resulting list of verified domains after the update.
    - `createdAt` string, date-time
    - `deletedAt` string, date-time
    - `domain` string — The verified domain name (e.g., "example.com").
    - `id` string — The unique identifier of the domain record.
    - `updatedAt` string, date-time

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
