===
PUT /records/users/1
{"location":"POINT(30 20)"}
===
200
Content-Type: application/json; charset=utf-8
Content-Length: 1
1
===
GET /records/users/1?include=id,location
===
200
Content-Type: application/json; charset=utf-8
Content-Length: 34
{"id":1,"location":"POINT(30 20)"}
|