interviewSchedule.update

Update an interview schedule. This endpoint allows you to add, cancel, or update interview events associated with an interview schedule.

In order to update an interview event on a schedule, the event's interviewEventId must be included when sending your request. interviewEventIds are included in the response of the interviewSchedule.create endpoint.

Requires the interviewsWrite permission.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

The id of the interview schedule to update. Only interview schedules created using the API key making the request can be updated.

null

An event (or array of events) on the interview schedule to create or update. To update an event, its interviewEventId must be included in the request.

null

The id (or array of ids) of interview events to cancel.

By default, events with submitted feedback cannot be cancelled because cancellation deletes the associated feedback. Pass true to allow cancelling events with submitted feedback.

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json