| | 1 | = zooomr.photos.setMeta = |
|---|
| | 2 | |
|---|
| | 3 | Set the meta information for a photo. |
|---|
| | 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 | photo_id (Required) |
|---|
| | 16 | The id of the photo to set information for. |
|---|
| | 17 | title (Required) |
|---|
| | 18 | The title for the photo. |
|---|
| | 19 | description (Required) |
|---|
| | 20 | The description for the photo. |
|---|
| | 21 | |
|---|
| | 22 | === Example Response === |
|---|
| | 23 | {{{ |
|---|
| | 24 | {"stat": "ok"} |
|---|
| | 25 | }}} |