| | 1 | = zooomr.photos.notes.edit = |
|---|
| | 2 | |
|---|
| | 3 | Edit a note on a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages. |
|---|
| | 4 | |
|---|
| | 5 | === Authentication === |
|---|
| | 6 | |
|---|
| | 7 | This method requires authentication with 'write' permission. |
|---|
| | 8 | |
|---|
| | 9 | Note: This method requires an HTTP POST request. |
|---|
| | 10 | |
|---|
| | 11 | === Arguments === |
|---|
| | 12 | |
|---|
| | 13 | api_key (Required) |
|---|
| | 14 | Your API application key. |
|---|
| | 15 | note_id (Required) |
|---|
| | 16 | The id of the note to edit |
|---|
| | 17 | note_x (Required) |
|---|
| | 18 | The left coordinate of the note |
|---|
| | 19 | note_y (Required) |
|---|
| | 20 | The top coordinate of the note |
|---|
| | 21 | note_w (Required) |
|---|
| | 22 | The width of the note |
|---|
| | 23 | note_h (Required) |
|---|
| | 24 | The height of the note |
|---|
| | 25 | note_text (Required) |
|---|
| | 26 | The description of the note |
|---|
| | 27 | |
|---|
| | 28 | === Example Response === |
|---|
| | 29 | {{{ |
|---|
| | 30 | {"stat": "ok"} |
|---|
| | 31 | }}} |