Why is there no information on how to edit data with the web api? I just want to use Hurl.it to edit some data and it does not work - I get a 400 error! What is the point in having an API if there is not way to edit it??
It works with POST, GET and DELETE. As soon as I put the:
MyUrl/api/things/id
and then put the parameters... it just gives a 400 error. I am looking at the documentation and there is no information about how to update data. Of course I want to update data - that is one of the fundamental reasons to have the API.