post https://api.rocket.net/v1/sites//staging
Create staged version of site, can be used to make changes and then push into production
Log in to see full request history
Responses
Create staged version of site, can be used to make changes and then push into production
xxxxxxxxxx
curl --request POST \
--url https://api.rocket.net/v1/sites/id/staging \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"save_if_snr_fails": false
}
'
Try It!
to start a request and see the response here! Or choose an example: