v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBdomain dnssec
Create a delegation signer record
Adds a DS record to the domain.
post/{account}/domains/{domain}/ds_records
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
Request body
Response
Successfully added delegation signer record
Example response
{
"data": {
"id": 24,
"domain_id": 1010,
"algorithm": "8",
"digest": "C1F6E04A5A61FBF65BF9DC8294C363CF11C89E802D926BDAB79C55D27BEFA94F",
"digest_type": "2",
"keytag": "44620",
"public_key": null,
"created_at": "2017-03-03T13:49:58.000Z",
"updated_at": "2017-03-03T13:49:58.000Z"
}
}