This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"type": "alias",
"redirection": "non-www",
"www": true
}
curl --location -g --request PATCH 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/webapps/{{webappId}}/domains/{{domainId}}/meta' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "alias",
"redirection": "non-www",
"www": true
}'
{
"message": "Domain settings have been successfully updated."
}