DNSRecordsets
Update RecordSet
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
domain*Domain
name*Name
type*Type
Query Parameters
append?Append
Default
falseRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/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