Requests
Objects
Enums
|
Tasks: SaveThis request will save a new or modify an existing task.
"Creator" of the task is ignored.
If you save a new task the current user will be the creator of the task.
(You cannot change the creator)
HTTP requestPOST ../api/v1/tasks/save
Request BodyThe task to be saved
ResponseIf successful, this request returns an empty response body
|