Manuel Vacelet (vaceletm)2014-03-07 18:47 Merged in 6.11.99.2 Status changed from Under review to Closed
Manuel Vacelet (vaceletm)2014-03-07 13:51 Message updated in gerrit #2045 Status changed from Waiting for information to Under review
Manuel Vacelet (vaceletm)2014-03-06 17:11 What would be great is a standard format to describe all the details of the input format. One could call that a kind of Web Service Description Language on which we could agree and implement :p
Laurent Delaigue (ldelaigue)2014-03-06 16:33 You're right, it works if I use this format. [{"id":123}, {"id:"456"}, ...] Looks like I was just mislead by the error message I got when I first submit a completely wrong data structure. You should check this message in the source code to make sure it doesn't happen again ;-)
Manuel Vacelet (vaceletm)2014-03-06 15:32 Sounds strange, I just gave it a try and it works with following format: { "field_id": 3595, "label": "Link", "links": [ { "id": 480, "uri": "artifacts/480" }, { "id": 481, "uri": "artifacts/481" }, { "id": 381, "uri": "artifacts/481" } ] } Can you try with the latest version (6.11) tagged today ? Status changed from New to Waiting for informationAssigned to changed from None to Manuel Vacelet (vaceletm)