This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"nginxCacheType": "native",
"redisObjectCache": true,
"cacheFolderSize": 50,
"cacheValidMinute": 480
}
curl --location -g --request PATCH 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/webapps/{{webappId}}/runcloudhub' \
--header 'Content-Type: application/json' \
--data-raw '{
"nginxCacheType": "native",
"redisObjectCache": true,
"cacheFolderSize": 50,
"cacheValidMinute": 480
}'
{
"message": "RunCloud Hub has been updated."
}