I get
" “status”: 400,
“message”: “This operation is not supported using Tasklist V1 API. Please use the latest API. For more information, refer to the documentation: null”,"
But GET calls and same PATCH calls via Tasklist UI works fine. What can be the reason?
Try to set Body to None and execute the call to complete the task.
The Body is for variables only, you don’t need to provide the task id because it’s specified in the path.
User tasks with “Zeebe user task” implementation require Zeebe REST API to be managed. Check out Migrate to Zeebe user tasks | Camunda 8 Docs for more details
Unfortunately, this doc link should have been provided in the error message, but it was not because of a small bug, we will fix it.