Page 1 of 1

Problem with Tiggzi DB Rest Service PUT (Update data)

Posted: Fri Feb 01, 2013 9:30 am
by Dmitry

I have a problem with Tiggzi DB Rest Service. I cant Update a row with my id keyfield, its throws me error : "Creation and modification objects with system fields not allowed." My Request URL: https://api.tiggzi.com/rest/1/db/coll... so wthat can I do ?


Problem with Tiggzi DB Rest Service PUT (Update data)

Posted: Fri Feb 01, 2013 9:31 am
by Dmitry

Compass - its my app I shared it to support.


Problem with Tiggzi DB Rest Service PUT (Update data)

Posted: Fri Feb 01, 2013 9:33 am
by Maryna Brodina

Hello! Thank you, we'll test and I update.


Problem with Tiggzi DB Rest Service PUT (Update data)

Posted: Fri Feb 01, 2013 12:03 pm
by Maryna Brodina

Use next service settings:

URL = https://api.tiggzi.com/rest/1/db/coll...
Method = Put
Data Type = JSON
Content Type = JSON

Request
Headers:
X-Tiggzi-Database-Id={database_id}

As Request parameters you should also add columns names you want to update in collection.


Problem with Tiggzi DB Rest Service PUT (Update data)

Posted: Fri Feb 01, 2013 12:06 pm
by Dmitry

Thank you!