Partially update the interview schedule config
GET/PATCH /jobs//interview-config/schedule.
The schedule row is auto-created with the config, so it always exists once the config does; there is no separate create. PATCH updates it in place.
Authorizations
API key authentication for the public API. Pass your API key as a Bearer token.
Path Parameters
Body
Whether interview scheduling is enabled. When enabled, application creation requires scheduled_at and the interview starts at that slot instead of immediately; applications created without a slot (recruiter invite, ATS sync) are not auto-started. When disabled, the interview starts directly.
[Scheduling enabled only] Number of days in the future that candidates can schedule their interviews.
0 <= x <= 2147483647[Scheduling enabled only] Weekdays when candidates can schedule interviews. At least one is required when enabled=true.
monday- Mondaytuesday- Tuesdaywednesday- Wednesdaythursday- Thursdayfriday- Fridaysaturday- Saturdaysunday- Sunday
monday, tuesday, wednesday, thursday, friday, saturday, sunday [Scheduling enabled only] Daily start time for interview scheduling (e.g., 08:00). Timezone is determined by the applicant's phone number area code.
[Scheduling enabled only] Daily end time for interview scheduling (e.g., 19:00). Timezone is determined by the applicant's phone number area code.
[Scheduling enabled only] Minimum number of hours of notice required for candidates to schedule an interview.
0 <= x <= 2147483647Response
Whether interview scheduling is enabled. When enabled, application creation requires scheduled_at and the interview starts at that slot instead of immediately; applications created without a slot (recruiter invite, ATS sync) are not auto-started. When disabled, the interview starts directly.
[Scheduling enabled only] Number of days in the future that candidates can schedule their interviews.
0 <= x <= 2147483647[Scheduling enabled only] Weekdays when candidates can schedule interviews. At least one is required when enabled=true.
monday- Mondaytuesday- Tuesdaywednesday- Wednesdaythursday- Thursdayfriday- Fridaysaturday- Saturdaysunday- Sunday
monday, tuesday, wednesday, thursday, friday, saturday, sunday [Scheduling enabled only] Daily start time for interview scheduling (e.g., 08:00). Timezone is determined by the applicant's phone number area code.
[Scheduling enabled only] Daily end time for interview scheduling (e.g., 19:00). Timezone is determined by the applicant's phone number area code.
[Scheduling enabled only] Minimum number of hours of notice required for candidates to schedule an interview.
0 <= x <= 2147483647
