DNSRecordsets
Create RecordSet
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
domain*string
name*string
type*string
Request Body
application/json
name?string|null
Record name (from path)
type?string|null
Record type (from path)
ttl*integer
TTL
enabled?boolean|null
Enabled
Default
truealias?string|null
Alias
records?|null
Records
filters?|null
Filters
Response Body
application/json
curl -X POST "https://api.misaka.io/v3/dns/zones/string/recordsets/string/string" \ -H "Content-Type: application/json" \ -d '{ "ttl": 0 }'{
"name": "string",
"type": "string",
"ttl": 0,
"enabled": true,
"protected": false,
"alias": "string",
"records": [
{}
],
"filters": [
{}
]
}How is this guide?
Last updated on