Due Date is not updating on google

90 Views Asked by At

I tried to update the due date with rest API call out but is not updating on google and there is no error and exception for that too. I tried this from google developer console but it is not updating on google and there is no error too.

1

There are 1 best solutions below

0
On

It looks like if you do not add the id on the Body you get a 400 response error, it shouldn't be like this, but this should definitely work:

{
  "due": "2019-12-25T00:00:00.000Z",
  "id": "ekFnZHl5eGt0MG5oaFZZQg"
}

enter image description here