This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"home": "http://wordpress10.site4",
"siteurl": "http://wordpress10.site4"
}
curl --location -g --request PATCH 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/webapps/{{webappId}}/wordpress/general' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data-raw '{
"home": "http://wordpress10.site4",
"siteurl": "http://wordpress10.site4"
}'
{
"message": "Changes will be updated shortly"
}