jquery error 500; put request

can't assign a task with jquery

Hi. I'm trying to assign a task to a user with jquery, but I have an error: - 500 internal server error - class java.lang.IllegalArgumentException - Can't parse JSon

my code is:

var datos = {assigned_id:2}; $.ajax({url:"/bonita/API/bpm/humanTask/"+task_id, type: 'put', data: datos, success: function () { //:v }});

hope someone can help me.

Notifications