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_idstringRequiredformat: "uuid"
Chat room ID

Request

Task to create
subjectstringRequired1-500 characters
What needs to be done
detailstringOptional<=10000 characters

Longer description (optional)

supersedes_idstringOptional

UUID or board number of the active task this one replaces (optional)

Response

Created task
dataobject

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