Bulk add tags to matters

Overview

Bulk add tags to one or more matters. This is the endpoint used by the product (e.g. with Staff token). Send new_api: true, matters.uids (array of matter UIDs), and tags (array of tag strings). Available for Staff, App, and Directory tokens. Requires packagable feature tags_feature (returns 401 when disabled).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
boolean

Set to true to use the bulk API behavior (recommended).

matters
object
required
tags
array of strings
required

List of tag strings to add to the given matters.

tags*
Responses
200

Success

401

Unauthorized - missing or invalid token, or missing tags_feature for the business.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!