Changes from Version 1 of zooomr.photos.setMeta

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/10/08 02:52:45 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.photos.setMeta

    v0 v1  
     1= zooomr.photos.setMeta = 
     2 
     3Set the meta information for a photo. 
     4 
     5=== Authentication === 
     6 
     7This method requires authentication with 'write' permission. 
     8 
     9Note: This method requires an HTTP POST request. 
     10 
     11=== Arguments === 
     12 
     13api_key (Required) 
     14    Your API application key. 
     15photo_id (Required) 
     16    The id of the photo to set information for. 
     17title (Required) 
     18    The title for the photo. 
     19description (Required) 
     20    The description for the photo.  
     21 
     22=== Example Response === 
     23{{{ 
     24 {"stat": "ok"} 
     25}}}