Skip to content

Edit an event location

Events

POST
/events/{id}/editLocation

Parameters

Path Parameters

id*

ID of the event to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the event location

Type
string
Required

Request Body

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

Responses

Event location updated

Samples

Gainsight CC Developer Portal