6500 Error when updating task status

6500 Error when updating task status

Hello,

I am trying to update the status for a task via the API. The response I get back is the following:
  1. { code: 6500, message: 'Status and % completion cannot be updated for tasks associated with blueprint' }
The endpoint that I am using is:
  1. POST  /portal/[PORTALID]/projects/[PROJECTID]/tasks/[TASKID]/
For tasks that are associated with a blueprint, does a different endpoint need to be used to update the status, or is this not possible via the API?

Thanks