This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************curl --location --globoff 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/webapps/{{webappId}}/runcache' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"status": "Completed",
"apiKey": "runcache-api-key",
"apiSecret": "runcache-api-secret",
"cacheSettings": {
"cache_settings": {
"enable": true,
"page_cache_type": "runcloud-native"
},
"cdn_settings": {
"enable": false,
"cdn_type": ""
},
"object_cache_settings": {
"enable": false,
"object_cache_type": ""
}
}
}