Create task
Creates a workspace task.
POST/api/unstable/tasks Creates a workspace task.
title*string
Task title shown in lists and detail pages.
Length1 <= length
Example"Call supplier"
description?string
Optional task description.
Example"Confirm the revised lead time."
assignedTo*array<>
Workspace user ids assigned to the task.
Example[
"workspace_user_1"
]