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

# Update

`PUT /api/v1/settings/domains`

Invokes the c1.api.settings.v1.OrgDomainService.Update method.

## Request body

- C1ApiSettingsV1UpdateOrgDomainRequest — The UpdateOrgDomainRequest message.
  - `newDomains` string[], nullable — The newDomains field.

## Response `200`

Successful response

- C1ApiSettingsV1UpdateOrgDomainResponse — The UpdateOrgDomainResponse message.
  - `list` C1ApiSettingsV1OrgDomain[], nullable — The list field.
    - `createdAt` string, date-time
    - `deletedAt` string, date-time
    - `domain` string — The domain field.
    - `id` string — The id field.
    - `updatedAt` string, date-time

## Changes

- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/settings/domains/put.md)

---

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