POST /api/v1/tasks
POST
/api/v1/tasks
Use this endpoint to create tasks in Monolith.
Body
task_name (required)
task_name
string
Name of task.
case_id (required)
case_id
number
Case to be linked to task.
description
Description of task.
due_date
Date
Due date of the task "YYYY-MM-DD"
assignees
number array
Array of user_id values used to assign users to the created task.
Last updated 1 year ago