Skip to content

Reschedule an event

Events

POST
/events/{id}/reschedule

Parameters

Path Parameters

id*

ID of the event to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator rescheduling the event

Type
string
Required

Request Body

application/json
JSON
{
  
"startsAt": "2017-04-01T15:29:06+02:00",
  
"endsAt": "2017-04-01T20:29:06+02:00",
  
"timezone": "Europe/Amsterdam"
}

Responses

Event rescheduled

Samples

Gainsight CC Developer Portal