TaskCreation

  • title
    Type: string
    min length:  
    1
    required
  • completed
    Type: stringenum
    values
    • true
    • false
  • description
    Type: string | null
    max length:  
    10000
  • dueDate
    Type: string | null
  • isHidden
    Type: boolean
  • isPrivate
    Type: boolean
  • priority
    Type: string | null · TaskPriorityenum
    values
    • LOW
    • NORMAL
    • HIGH