List all available cache types with their configuration options
curl --request GET \
--url https://cloud.laravel.com/api/caches/types \
--header 'Authorization: Bearer <token>'{
"data": [
{
"type": "<string>",
"label": "<string>",
"regions": [],
"sizes": [
{
"value": "<string>",
"label": "<string>"
}
],
"supports_auto_upgrade": true
}
]
}Caches
List all available cache types with their configuration options
GET
/
caches
/
types
List all available cache types with their configuration options
curl --request GET \
--url https://cloud.laravel.com/api/caches/types \
--header 'Authorization: Bearer <token>'{
"data": [
{
"type": "<string>",
"label": "<string>",
"regions": [],
"sizes": [
{
"value": "<string>",
"label": "<string>"
}
],
"supports_auto_upgrade": true
}
]
}Was this page helpful?
⌘I

