Skip to content

Update the featured topics lists

Events

POST
/events/{id}/changeFeaturedTopics

Parameters

Path Parameters

id*

ID of the event to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the event image

Type
string
Required

Request Body

application/json
JSON
{
  
"featuredTopics": [
  
  
{
  
  
  
"privateId": 0,
  
  
  
"publicId": 0,
  
  
  
"contentType": "string"
  
  
}
  
]
}

Responses

Event Featured Topics Update updated

Samples

Gainsight CC Developer Portal