Skip to main content

Create a new schedule

POST 

/schedules

The Create Schedule request allows users to create a new schedule.

Request

Body

required
    _id uuid
    name string

    Possible values: >= 3 characters and <= 50 characters

    startTime date-time
    endTime date-time
    type string

    Possible values: [repeat, specific]

    date date-time
    isActive boolean
    createdBy object
    _id string
    name string
    email email
    updatedBy object
    _id string
    name string
    email email

Responses

Schedule created

Schema
    _id uuid
    name string

    Possible values: >= 3 characters and <= 50 characters

    startTime date-time
    endTime date-time
    type string

    Possible values: [repeat, specific]

    date date-time
    isActive boolean
    createdBy object
    _id string
    name string
    email email
    updatedBy object
    _id string
    name string
    email email
Loading...