Skip to main content
PATCH
組織ディスカバリードメインを更新

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

組織の ID。

discovery_domain_id
string
必須

更新する検出ドメインの ID。

ボディ

status
enum<string>

検出ドメインの確認ステータス。

利用可能なオプション:
pending,
verified
use_for_organization_discovery
boolean

このドメインを組織の検出に使用するかどうかを示します。

レスポンス

組織検出ドメインが正常に更新されました。

domain
string
必須

組織に関連付けるドメイン名(例: acme.com)。

Required string length: 3 - 255
Pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$
id
string<organization-discovery-domain-id>
必須

組織検出ドメインの識別子。

status
enum<string>
必須

検出ドメインの確認ステータス。

利用可能なオプション:
pending,
verified
verification_host
string
必須

TXT レコードを追加する完全なドメイン名。

verification_txt
string
必須

検出ドメイン用に生成される一意のトークンです。ドメインの所有権を証明するため、verification_host フィールドで指定された場所の DNS TXT レコードにこれを設定する必要があります。

use_for_organization_discovery
boolean

このドメインを組織の検出に使用するかどうかを示します。