Skip to main content
PATCH
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.

Path Parameters

domainId
string<uuid>
required

Body

application/json

At least one of context, tags, or business_unit must be provided. Tags and business_unit require the Enterprise plan.

context
string | null
tags
string[]

Replaces the domain's tags. Requires the Enterprise plan.

business_unit
string | null

Sets or clears the business_unit. Requires the Enterprise plan.

Response

Domain updated.

id
string<uuid>
required
organization_id
string
required
domain
string
required
verified
boolean
required
created_at
string<date-time>
required
tags
string[]

Enterprise asset labels used for RBAC scoping.

business_unit
string | null

Enterprise asset label used for RBAC scoping.

last_scan_at
string<date-time> | null