Skip to main content
PUT
Update Bulk Pipelines

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Bulk update pipeline request.

Supports two modes:

  1. Explicit IDs: Pass a list of pipeline IDs to update
  2. Select all: Set select_all=true with optional filters
payload
BulkUpdatePayload · object
required

Payload for bulk tag updates across entity types.

ids
string[] | null

List of pipeline IDs to update

select_all
boolean
default:false

If true, select all pipelines matching the filters

filters
BulkSelectionFilter · object | null

Optional filters when using select_all

Response

Successful Response