curl --request POST \
--url https://api-dev.narrative.io/datasets/{dataset_id}/activate \
--header 'Authorization: Bearer <token>'Activates a dataset.
This locks in the schema and allows Narrative to begin ingesting data.
curl --request POST \
--url https://api-dev.narrative.io/datasets/{dataset_id}/activate \
--header 'Authorization: Bearer <token>'