Misaka.io | Docs
Misaka.io | Docs
API Documentation
Change password POST
Confirm email POSTLogout POSTRefresh user token POSTGet current user token GET
Get team members GETGet current available teams GET
List devices GET
Port info GETList ports GETPort transceiver metrics GETPort usage metrics GET
List services GET
List cross connects GET
Create IP announcements POSTDelete IP announcement DELETEGet IP announcements GETUpdate IP announcement PATCH
Lighthouse
Network Flow Timeseries POST
Event Attachments GETEvent Detail Related GETEvent List All GETEvent List Related GETEvent List Related Timeseries GET
Shield Rules List GETShield Rules Update PUT
Timezone For Location GET
Get Filter Keys GET
Batch Update PTR Records POST
Create RecordSet POSTDelete RecordSet DELETEGet RecordSet GETUpdate RecordSet PUT
Create Zone POSTDelete Zone DELETEImport Zone POSTList Zones GET
Disable DNSSEC DELETEEnable DNSSEC POSTGet DNSSEC Configuration GET
List Recordsets GET
Get Zone Settings GETUpdate Zone Settings PUT
DNSZonesSettings

Update Zone Settings

PUT
/v3/dns/zones/{domain}/settings

Authorization

AuthorizationBearer <token>

Bearer is only available for WebApp. Please use API tokens for programmatic access.

In: header

Path Parameters

domain*string

Request Body

application/json

comment?string|null

Comment

email?string|null

Email

expiry?integer|null

Expiry

nxdomain_ttl?integer|null

NXDOMAIN TTL

default_ttl?integer|null

Default TTL

refresh?integer|null

Refresh

retry?integer|null

Retry

managed_soa?boolean|null

Managed SOA

managed_acme?boolean|null

Managed ACME

propagated?boolean|null

Propagated

Response Body

application/json

curl -X PUT "https://api.misaka.io/v3/dns/zones/string/settings" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "name": "string",
  "friendly_name": "string",
  "comment": "string",
  "email": "string",
  "alias_of": "string",
  "expiry": 0,
  "nxdomain_ttl": 0,
  "default_ttl": 0,
  "refresh": 0,
  "retry": 0,
  "serial": 0,
  "managed_soa": true,
  "managed_acme": true,
  "enabled": true,
  "propagated": true
}

How is this guide?

Last updated on

Get Zone Settings GET

Previous Page

curl -X PUT "https://api.misaka.io/v3/dns/zones/string/settings" \
  -H "Content-Type: application/json" \
  -d '{}'