Update domain

Request Information
URL PATCH {{basepath}}/domain/:domain
CategoryREPP Domain

Description

Allows you to update a domain registration

Expects a DomainUpdateRequest object.

Returns a DomainUpdateResponse object.

Url variables
:domainzerg-test-controlpanel-2023-07-28-01.frl
JSON
{
    "chg": {
        "registrant": "MET_1k7060d648828c9ba3fa",
        "registranto": "MET_1k7060e6489a4ac4a849",
        "autoRenew": false,
        "privacy": false,
        "regenerateAuthcode": false
    },
    "add": {
        "contact": [
            {
                "id": "MET_1k7060e6489a4ac4a849",
                "type": "admin"
            }
        ],
        "nameservers": [
            "ns4.yourdomainprovider.net"
        ],
        "status": [],
        "keyDatar": [
            {
                "flags": "257",
                "protocol": "3",
                "alg": "13",
                "pubKey": "OAntx2ErVDS\/xTa0tHEm9tbkrDs8oDElEN3WDSR38FEgl8GX5MI2YjzqJGWIgHEeoitlO1+AzlgIEjfHhLwq7w=="
            }
        ]
    },
    "rem": {
        "contact": [
            {
                "id": "MET_1k7060d648828c9ba3fa",
                "type": "admin"
            }
        ],
        "nameservers": [
            "ns3.yourdomainprovider.net"
        ],
        "status": [
            "clientTransferProhibited"
        ],
        "keyData": [
            {
                "flags": "257",
                "protocol": "3",
                "alg": "13",
                "pubKey": "OAntx2ErVDS\/xTa0tHEm9tbkrDs8oDElEN3WDSR38FEgl8GX5MI2YjzqJGWIgHEeoitlO1+AzlgIEjfHhLwq7w=="
            }
        ]
    }
}