Skip to content

Updates the group with the value

POST /v1/dns/name-groups/{group_name}/update

Updates the name group with the target value.

Path Parameters

group_name

The group name.

Example: group-name_1

Body

application/json

Body Sample

{
"A": "192.0.2.1",
"AAAA": "2001:db8::1"
}

Body Description

A string
AAAA string

Response