Skip to main content

Updates the business hours schedule

Updates the business hours schedule

Path Parameters
    id string required

    The ID of the number to update the schedule for

Request Body required
    days array required

    Possible values: [sun, mon, tue, wed, thu, fri, sat]

    The days of the week to update the schedule for

    openAllDay boolean required

    Whether or not the business is open all day on this day

    closedAllDay boolean required

    Whether or not the business is closed all day on this day

    times object[] required
  • Array [
  • open string

    The time the business opens

    closed string

    The time the business closes

  • ]
Responses

Successfully updated the business hours

Loading...