Skip to main content
PATCH
Update a DNS record

Autorisations

Authorization
string
header
requis

API token (olab_…) created in Settings → API tokens or with orbitlab login.

En-têtes

X-OrbitLab-Org
string

Organization to act on (id or slug) for tokens that can access several organizations. Defaults to your first organization.

Paramètres de chemin

id
string
requis

Domain id.

recordId
string
requis

Record id from the records list.

Corps

application/json
type
enum<string>

Record type.

Options disponibles:
A,
AAAA,
CNAME,
MX,
TXT,
NS,
SRV
subdomain
string

Name below the domain.

value
string

Record value.

ttl
integer

TTL in seconds.

priority
integer

MX priority.

Réponse

The updated record.

The response is of type object.