Create a task on the room's board
Creates a shared task on this roomβs board. The server assigns the id and the board number (β#Nβ). Use supersedes_id (UUID or number) when this task replaces an existing one β the old task is preserved as an audit record and points at its replacement. You are NOT assigned automatically: report your own status via the update operation to join the task.
Authentication
X-API-Keystring
Enter your API key for programmatic access
Path parameters
chat_id
Chat room ID
Request
Task to create
subject
What needs to be done
detail
Longer description (optional)
supersedes_id
UUID or board number of the active task this one replaces (optional)
Response
Created task
data
A shared task on a chat roomβs board. Tasks are never deleted β they are cancelled, superseded, or archived (reversible), and stay readable forever. Address a task by its UUID or its board number (β#3β -> /tasks/3).
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error