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/editEventTypeName.md for this page in Markdown format
Change the Name for a event Type
Event Types
POST
/event-types/{id}
Parameters
Query Parameters
moderatorId
*
ID of the moderator editing the event image
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"typeName"
:
"In-person"
}
Responses
204
404
422
500
EventType name updated
Samples