This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************{
"pageCacheType": "incididunt aliqua",
"pageCacheEnabled": false,
"cdnEnabled": true,
"objectCacheEnabled": false
}curl --location --globoff --request PATCH 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/webapps/{{webappId}}/runcache' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"pageCacheType": "incididunt aliqua",
"pageCacheEnabled": false,
"cdnEnabled": true,
"objectCacheEnabled": false
}'{
"message": "Runcache has been updated."
}