Bulk Replace Dispute Tags by Type

Atomically replaces all tags of the specified type on multiple disputes with the provided set. Sending an empty tagIds array removes all tags of that type from every dispute. Tags of other types are not affected. Fails fast if any dispute ID or tag ID is invalid.

Body Params
disputeIds
array of uuids
required
length ≥ 1

List of dispute IDs to replace tags on.

disputeIds*
string
required
length ≥ 1

The tag type whose attachments should be replaced (e.g. "default", "merchant_status").

tagIds
array of uuids
required

Complete desired set of tag IDs for this type. An empty array removes all tags of that type from each dispute.

tagIds*
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Choose an example:
application/json