This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"url": "test-staging.site",
"enableAuth": false,
"username": null,
"password": null,
"discourageSearchEngine": true,
"enableCache": false,
"enableHttp": true,
"enableHsts": false,
"http2": true,
"brotli": true,
"dnsProvider": "none",
"cfApiKeyId": null,
"www": false,
"redirection": "non-www"
}
curl --location -g --request POST 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/webapps/{{webappId}}/wordpress/staging' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "test-staging.site",
"enableAuth": false,
"username": null,
"password": null,
"discourageSearchEngine": true,
"enableCache": false,
"enableHttp": true,
"enableHsts": false,
"http2": true,
"brotli": true,
"dnsProvider": "none",
"cfApiKeyId": null,
"www": false,
"redirection": "non-www"
}'
{}