DNSRecordsets
Update 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
Query Parameters
append?boolean
Default
falseRequest Body
application/json
ttl?integer|null
TTL
enabled?boolean|null
Enabled
alias?string|null
Alias
records?|null
Records
filters?|null
Filters
Response Body
application/json
curl -X PUT "https://api.misaka.io/v3/dns/zones/string/recordsets/string/string" \ -H "Content-Type: application/json" \ -d '{}'{
"name": "string",
"type": "string",
"ttl": 0,
"enabled": true,
"protected": false,
"alias": "string",
"records": [
{}
],
"filters": [
{}
]
}How is this guide?
Last updated on