Skip to content

Edit an event image

Events

POST
/events/{id}/editImage

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
{
  
"image": "http://example.com/image.jpg"
}

Responses

Event image updated

Samples

Gainsight CC Developer Portal