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
TypeScript Definitions
Use the request body type in TypeScript.
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