cURL
curl --request POST \ --url https://api.allium.so/api/v1/streams/data-management/filter-data-sources/{data_source_id}/values \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "operation": "ADD", "values": [ "<string>" ] } '
{ "message": "<string>" }
Update values for a filter data source
Documentation IndexFetch the complete documentation index at: https://docs.allium.so/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
ADD
DELETE
Successful Response
Was this page helpful?