Skip to content

Edit an event url

Events

POST
/events/{id}/editUrl

Parameters

Path Parameters

id*

ID of the event to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the event url

Type
string
Required

Request Body

application/json
JSON
{
  
"url": "https://some.valid.url",
  
"urlLabel": "Some label"
}

Responses

Event url updated

Samples

Gainsight CC Developer Portal