Enable Data Source
Resume monitoring and queue the data source for extraction
Last updated
Was this helpful?
Resume monitoring and queue the data source for extraction
Last updated
Was this helpful?
Was this helpful?
PUT /api/v1/providers/datasources/{id}:enable
Resume monitoring and queue the data source for extraction. This will re-enable a previously disabled data source and schedule it for data collection.
OK
Default error response
PUT /api/v1/providers/datasources/{id}:enable HTTP/1.1
Host: your-tenant.cookiecloud.ai
Authorization: Bearer JWT
Accept: */*
{}
id
string
Required
The data source ID
curl -X PUT "$BASE_URL/api/v1/providers/datasources/6961b032-3fd7-4baa-a230-146d1b70ec27:enable" \
-H "authorization: Bearer $VEZA_TOKEN"
Standard Response:
{}