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/renamePublicTag.md for this page in Markdown format
Rename public tag
Public Tags
POST
/tags/rename
Parameters
Query Parameters
moderatorId
*
The ID of the moderator renaming tag
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"id"
:
"1"
,
"name"
:
"A new tag name"
}
Responses
200
404
422
500
Tag renamed
Samples