Tasks
Upsert One
Create or update task.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Body
application/json
Task Create schema, columns with default can be unset.
Task Status Enum.
Available options:
TODO
, STARTED
, DONE
Task global status enum.
Available options:
TODO
, DONE
Task Status Enum.
Available options:
TODO
, STARTED
, DONE
Response
200
application/json
Successful Response
Task schema, same as Task Model.
Task Status Enum.
Available options:
TODO
, STARTED
, DONE
Task Status Enum.
Available options:
TODO
, STARTED
, DONE