Permission Denied To Update Record(s).","code":2897

Permission Denied To Update Record(s).","code":2897

Using the REST API (I know where the documentation is : ( https://www.zoho.com/creator/help/api/rest-api/rest-api-edit-records.html) to try to update a field on a record.

Am getting a response with error 2897 - Permission Denied to Update Records.

The view has edit permissions already.

Here is the request url:
  1. https://creator.zoho.com/api/<owner>/json/student-record/view/myob_invoice_line/record/update/?scope=creatorapi&authtoken=<mytoken>&criteria=('ID = 1612333000001258123')&SYNCDATE=20140905
Can any tell me how to overcome this?