Skip to content

Change the eventType for a event.

Events

POST
/events/{id}/changeType

Parameters

Path Parameters

id*

ID of the event to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the event type

Type
string
Required

Request Body

application/json
JSON
{
  
"eventTypeName": "Updated new Type"
}

Responses

Event Type updated

Samples

Gainsight CC Developer Portal