Modifies a timeslot

Supported only for interviews created via the Public API.

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

ID of the interview

string
required

ID of the timeslot

Body Params

Timeslot to be updated

string
length ≤ 400
string
length ≤ 200
string
length ≤ 500
date-time
required
date-time
required
interviewers
array of objects
required
length between 1 and 50
interviewers*
string
required
[a-fA-F0-9]{24}

Id of a user from User API

string
enum
required
Allowed:
string
enum
Allowed:
boolean
Responses
204

Timeslot updated

400

Missing data in timeslot object

404

with codes:

  • INTERVIEW_NOT_FOUND when no interview with given id
  • TIMESLOT_NOT_FOUND when no timeslot with given id
422

When input validation fails or with codes:

  • INACTIVE_OR_DELETED_INTERVIEWERS when at least one of the interviewers is inactive or deleted
  • END_DATE_BEFORE_START_DATE when end date of the timeslot is before start date
  • NON_EXISTING_INTERVIEWERS when at least one of the interviewers does not exist
500

Unexpected error

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