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/createPublicTag.md for this page in Markdown format
Create public tag
Public Tags
POST
/tags/create
Parameters
Query Parameters
authorId
*
The ID of the author of the tag
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"A tag to be added"
}
Responses
201
422
500
Tag created
Samples