zooomr.photos.notes.edit
Edit a note on a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages.
Authentication
This method requires authentication with 'write' permission.
Note: This method requires an HTTP POST request.
Arguments
api_key (Required)
Your API application key.
note_id (Required)
The id of the note to edit
note_x (Required)
The left coordinate of the note
note_y (Required)
The top coordinate of the note
note_w (Required)
The width of the note
note_h (Required)
The height of the note
note_text (Required)
The description of the note
Example Response
{"stat": "ok"}
