POST
/
api
/
v1
/
Domain
/
reset
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Nginx.Domains/api/v1/Domain/reset \
  --header 'Content-Type: application/json' \
  --data '{
  "AllRegistrations": [
    {
      "DomainName": "<string>",
      "Uri": "<string>",
      "DnsHostName": "<string>",
      "PublicKey": "<string>",
      "PrivateKey": "<string>",
      "HostRelativePath": "<string>",
      "Ssl": true,
      "Port": 123
    }
  ]
}'

Body

application/json