Dmitry
Posts: 0
Joined: Tue Dec 18, 2012 4:20 pm

Problem with Tiggzi DB Rest Service PUT (Update data)

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 ?

Dmitry
Posts: 0
Joined: Tue Dec 18, 2012 4:20 pm

Problem with Tiggzi DB Rest Service PUT (Update data)

Compass - its my app I shared it to support.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Problem with Tiggzi DB Rest Service PUT (Update data)

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Problem with Tiggzi DB Rest Service PUT (Update data)

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.

Return to “Issues”