Skip to main content
PATCH
C#

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

organizationのID。

discovery_domain_id
string
必須

更新するディスカバリードメインのID。

ボディ

status
enum<string>

ディスカバリードメインのステータスです。

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

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

レスポンス

organizationディスカバリードメインが正常に更新されました。

domain
string
必須

organization に関連付けるドメイン名です(例: 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>
必須

organization 検出ドメインの識別子。

status
enum<string>
必須

ディスカバリードメインのステータスです。

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

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

verification_txt
string
必須

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

use_for_organization_discovery
boolean

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