Moves a task to a new date. The original date is tracked in previousDates. The task is appended to the end of the target date’s list.
cURL
curl --request POST \ --url https://znift.com/api/v1/tasks/{taskId}/move \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "newDate": "2023-12-25" } '
{ "success": true }
API key with znift_ prefix. Create one in Profile > API Keys.
Task ID
Target date (YYYY-MM-DD)
Move a task to a different date successful