Skip to content
CC Developer Portal
Search
K
Main Navigation
Home
Getting Started
Extensions
Connectors
SDK
API
Webhooks
Changelog
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /docs/api/operations/community/mergePublicTags.md for this page in Markdown format
Merge public tags
Public Tags
POST
/tags/merge
Parameters
Query Parameters
moderatorId
*
The ID of the moderator merging tags
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"A new tag name"
,
"ids"
:
[
"123"
]
}
Responses
204
422
500
Tags merged
Samples