Update a Tagset
Updates an existing tagset.
Authorizations
Your Moonbase API key.
Path Parameters
The ID of the tagset to update.
Body
The TagsetUpdateParams object containing the fields to update.
Parameters for updating a tagset.
The new name of the tagset.
An updated description of the tagset.
Optional full list of tags for this tagset. If provided, tags are ordered by array position.
Optional full list of associations for this tagset. If provided, it replaces all existing associations. An empty array clears all associations, and omitting it preserves existing associations.
Makes this tagset available for calls.
- Calls
- Meetings
- Inbox
Response
Update succeeded.
A Tagset is a collection of Tag objects whose tags can be applied to conversations, calls, and meetings.
String representing the object’s type. Always tagset for this object.
"tagset"Unique identifier for the object.
The name of the tagset.
A list of Tag objects belonging to this tagset.
Where a tagset is available (calls, meetings, or inbox with an inbox ID).
Makes this tagset available for calls.
- Calls
- Meetings
- Inbox
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.
An optional description of the tagset's purpose.

