Skip to content

Edit an event content

Events

POST
/events/{id}/editContent

Parameters

Path Parameters

id*

ID of the event to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the event content

Type
string
Required

Request Body

application/json
JSON
{
  
"content": "My updated content"
}

Responses

Event content updated

Samples

Gainsight CC Developer Portal