POST /setting/refresh
Setting Refresh
Refresh setting materialized views and invalidate caches.
Request Body (RefreshSettingApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
targets | string[] | No | MV targets to refresh (omit for all). Options: setting_drafts_mv |
idempotency_key | string | No | Operation key for ack |
accept | boolean | No | Accept or reject. Only meaningful with idempotency_key |
soft | boolean | No | Stage the refresh as a pending (held) request — recorded but not enqueued; ack with accept releases/enqueues it |
Response (RefreshResponse)
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | Yes | — |
refreshed_views | string[] | Yes | — |
invalidated_tags | string[] | Yes | — |
idempotency_key | string | No | Idempotency key echoed back for client correlation |
Last updated on