Update default DNS config for an organization

Updates the default DNS configuration for the specified organization.

At least one field (dns_id or allow_overwrite) must be provided. Only the organization’s own default DNS config can be updated (not inherited configs).

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

organisation_idlongRequired
Organization ID

Request

This endpoint expects an object.
dns_idintegerOptional

ID of an existing DNS configuration object from /api/v1/dns.

allow_overwritebooleanOptional
Whether child organizations can override this default DNS config.

Response

Default DNS config successfully updated.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error