Skip to main content
POST
Batch Tags

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body for bulk tag manipulation on traces.

trace_ids
string<uuid>[]
required
Required array length: 1 - 500 elements
add_tags
string[]
remove_tags
string[]

Response

Successful Response

Response for bulk tag update (count of traces affected).

updated
integer
required