Authorization: Bearer ********************
{
"nodes": [
{
"node_uuid": "string",
"priority": 0,
"node_type": "string"
}
]
}
curl --location --request PUT 'http://39.100.59.112:8000/domain/7aa120b3-92f0-4d89-88af-d33a3a75216b/nodes' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nodes": [
{
"node_uuid": "string",
"priority": 0,
"node_type": "string"
}
]
}'
{
"code": 0,
"message": "string",
"data": {
"domain": "string",
"domain_uuid": "string",
"cname": [
"string"
],
"node_list": [
{
"node_uuid": "string",
"priority": 0
}
]
}
}