cURL
curl --request POST \ --url https://developer.qaip.com/api/v1/tag-source-groups \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "tag_id": "<string>", "source_group_id": "<string>" } '
{ "tag_id": "<string>", "source_group_id": "<string>" }
Creates a new tag source group association. A source group is a collection of files ingested by a single job.
Required roles: All
API key for authentication
Tag ID
Source group ID. The source group ID corresponds to the job ID for each data source.
Successfully created tag source group