= zooomr.photos.addTags = Add tags to a photo. === Authentication === This method requires authentication with 'write' permission. Note: This method requires an HTTP POST request. === Arguments === api_key (Required) Your API application key. photo_id (Required) The id of the photo to add tags to. tags (Required) The tags to add to the photo - space separated, use escaped double quotes to protect tags with spaces === Example Response === {{{ {"stat": "ok"} }}}