Update a task
Tasks
Update a task
Updates a task’s status, assignee, and/or priority. Each change writes the appropriate audit event to task_events (TASK_STATUS_CHANGED / TASK_CLOSED, TASK_ASSIGNED, TASK_PRIORITY_CHANGED). Returns the updated task. Returns 404 when the task does not exist.
PATCH
Update a task
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Path Parameters
Unique identifier of the resource (UUID)
Body
application/json
User ID to assign this task to, or null to clear the assignment.
Update the task priority. Allowed values: LOW, MEDIUM, HIGH, URGENT.
Available options:
LOW, MEDIUM, HIGH, URGENT Transition the task to this status. Allowed values: OPEN, IN_PROGRESS, DONE, DISMISSED.
Available options:
OPEN, IN_PROGRESS, DONE, DISMISSED 
