Skip to main content
POST
/
data
/
projects
/
{projectId}
/
cache
/
{cacheId}
/
fullRefreshUpdate
Trigger Full Refresh Cache Update
curl --request POST \
  --url https://partner.peaka.studio/api/v1/data/projects/{projectId}/cache/{cacheId}/fullRefreshUpdate \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication

Path Parameters

projectId
string
required

The unique identifier of the project that owns the cache

cacheId
string
required

The unique identifier of the cache to fully refresh (UUID format)

Response

Full refresh triggered successfully.

{key}
object