put https://api.rocket.net/v1/sites//maindomain
Updates the site's domain name
Log in to see full request history
Responses
Updates the site's domain name
xxxxxxxxxx
11curl --request PUT \
--url https://api.rocket.net/v1/sites/id/maindomain \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"remove_live_domain": false,
"remove_additional_domains": false,
"save_if_snr_fails": false
}
'
Try It!
to start a request and see the response here! Or choose an example: