Batch Create Tracking Plan Source Connections
POST {{host}}/v1beta/{{tracking_plan_name}}/source-connections:batchCreateConnections
Connect existing sources to an existing tracking plan
Request Body
{"source_names"=>["{{source_name}}"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"connections":[{"source_name":"{{source_name}}","tracking_plan_id":"rs_1Gjkh9ZKmpyHjdSZYaLTXRRgCPp"}]}