= zooomr.photos.setMeta = Set the meta information for 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 set information for. title (Required) The title for the photo. description (Required) The description for the photo. === Example Response === {{{ {"stat": "ok"} }}}