PUT
Update a custom domain

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

Application UUID

domain_uuid
string
required

Unique domain identifier (UUID)

Body

application/json

Update a custom domain

domain
object
required

Domain configuration

Response

Update a custom domain

Api_V1_Entities_Domain model

uuid
string
required

Unique domain identifier

name
string
required

Domain name

dns_target
string
required

DNS CNAME target — populated only after verification succeeds

verification_status
string
required

Verification state: 'pending', 'in_progress', 'verified', or 'failed'

verification_token
string
required

Token to publish as TXT _migetapp-verify.. Populated only while verification is needed; cleared once verified.

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp