v1

latestOpenAPI 3.0.02026-08-04361225.7 KB
Domains

Update a domain

patch/api/domains/{id}

Path parameters

idstring required
Example:123e4567-e89b-12d3-a456-426614174000

Domain ID

Request body

domainNamestring

Domain name

clientIdstring

Client ID

Example request

{
  "domainName": "example.com",
  "clientId": "123e4567-e89b-12d3-a456-426614174000"
}

Response

Domain updated successfully