Create Task
Create a new task
POST /api/v1/tasks
Use this endpoint to create tasks in Monolith.
Body
Name
Type
Description
task_name (required)
string
Name of task.
case_id (required)
number
Case to be linked to task.
description
string
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