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/events/createEventType.md for this page in Markdown format
Create an EventType
Event Types
PUT
/event-types
Parameters
Query Parameters
moderatorId
*
ID of the moderator creating the event
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"typeName"
:
"MeetUp"
}
Responses
201
400
422
500
EventType created
Samples