Changes from Version 1 of zooomr.photos.removeTag
- Timestamp:
- 05/10/08 02:49:54 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.photos.removeTag
v0 v1 1 = zooomr.photos.removeTag = 2 3 Remove a tag from 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 tag_id (Required) 16 The tag to remove from the photo. This parameter should contain a tag id, as returned by [wiki:zooomr.photos.getinfo]. 17 18 === Example Response === 19 {{{ 20 {"stat": "ok"} 21 }}}
