post https://api.rocket.net/v1/sites//maindomain
This can only be done on sites that are not staging sites. Once this is done, you must use PUT to change the maindomain
Log in to see full request history
Responses
This can only be done on sites that are not staging sites. Once this is done, you must use PUT to change the maindomain
xxxxxxxxxx
curl --request POST \
--url https://api.rocket.net/v1/sites/id/maindomain \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"keep_cdn_url": false
}
'
Try It!
to start a request and see the response here! Or choose an example: