cURL
curl --request POST \ --url https://statsigapi.net/console/v1/ingestion/schedule \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data '{ "dataset": "Events", "scheduled_hour_pst": 10 }'
{ "message": "Ingestion schedule updated successfully.", "data": { "dataset": "Metrics", "scheduled_hour_pst": 10 } }
Optional header to respect review settings for mutation endpoints.
Events
Metrics
export_exposures
entity_properties
0 <= x <= 23
Update Ingestion Schedule Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?