Updates the sync schedules of an existing cache. Use this to change how frequently the cache is refreshed.
Only schedule fields are updated; the target table, catalog, and schema cannot be changed after creation. When a schedule is changed, any previously running scheduled workflow for that mode is replaced with the new schedule. Set a schedule’s type to NONE to disable that particular sync mode.
The schedule expression uses ISO-8601 duration format (e.g. PT6H = every 6 hours, PT15M = every 15 minutes, P1D = every day).


Use the Authorization header with the value 'Bearer
The unique identifier of the project that owns the cache
The unique identifier of the cache to update (UUID format)
Updated schedule configuration. Only the provided schedule fields are updated.
This class represents a request to cache data. It contains the catalog ID, schema name, table name, and schedule of the cache request.
Cache settings updated successfully. Returns the updated cache configuration.
The ID of the cache.
The ID of the catalog for the cache request.
The name of the schema for the cache request.
The name of the table for the cache request.
This class represents a schedule for a materialized query.
This class represents a schedule for a materialized query.
The ID of the project for the cache request.