Skip to content

Edit an event external registration url

Events

POST
/events/{id}/editExternalRegistrationUrl

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
{
  
"externalRegistrationUrl": "https://some.valid.url",
  
"externalRegistrationUrlLabel": "My Registration Page"
}

Responses

Event external registration url updated

Samples

Gainsight CC Developer Portal