DDNS Keys
Create a DDNS key.
Create a new DDNS key.
post/v1/account/ddns-keys
Request body
Example request
{
"description": "group-name_1",
"targets": [
{
"name": "dns-name",
"zone_name": "example.com"
}
]
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.