cURL
curl --request PUT \ --url https://api.streamkap.com/pipelines/bulk_update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "payload": { "tags": [ "<string>" ] }, "ids": [ "<string>" ], "select_all": false, "filters": { "source_id": "<string>", "destination_id": "<string>" } } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Update tags for multiple pipelines in bulk.
Supports two modes:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bulk update pipeline request.
Show child attributes
List of pipeline IDs to update
If true, select all pipelines matching the filters
Optional filters when using select_all
Successful Response
Was this page helpful?