User Edit

URL

http://www.historypin.org/en/api/user/save.json

Postdata

If an image is sent the postdata have to be sent in mulipart form data format.

Postdata Files

If an image is sent the postdata have to be sent in mulipart form data format.

Example Response

{
    "id"                : "867",
    "image"             : "/channels/img/867/logo/1/dim/225x225/crop/1/",
    "name"              : "Karamfil",
    "description"       : "Tell the world something about yourself ",
    "place_id"          : "1244",

    "external_site"     : "http://www.google.com/",
    "twitter"           : "",
    "facebook"          : "",
    "google_plus"       : ""
}

Response may contain error:

{
    "error" : {"field": "name", "type": "naughty"},
    ...
}