post https://api.bigpanda.io/resources/v1.0/enrichments/
Activates or deactivates a specific enrichment definition.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the Org Token type of Authorization token.
Sample Calls
curl --request POST \
--url https://api.bigpanda.io/resources/v1.0/enrichments/8ded2313-0ebd-42e5-a36c-120420674863 \
--header 'Authorization: Bearer <ORG TOKEN>' \
--header 'Content-Type: application/json; charset=utf8' \
--data '{
"active": false
}'
curl --request POST \
--url https://eu-api.bigpanda.io/resources/v1.0/enrichments/8ded2313-0ebd-42e5-a36c-120420674863 \
--header 'Authorization: Bearer <ORG TOKEN>' \
--header 'Content-Type: application/json; charset=utf8' \
--data '{
"active": false
}'
Usage
The Enrichments API supports updating only the active
attribute of an existing enrichment. If the structure of your mapping enrichment tables changes and you need to update the schema definition, you must deactivate the existing enrichment and create a new enrichment for the updated schema definition.