Changes from Version 1 of zooomr.photos.comments.editComment

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/10/08 17:29:39 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.photos.comments.editComment

    v0 v1  
     1= zooomr.photos.comments.editComment = 
     2 
     3Edit the text of a comment as the currently authenticated user. 
     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. 
     15comment_id (Required) 
     16    The id of the comment to edit. 
     17comment_text (Required) 
     18    Update the comment to this text. 
     19 
     20=== Example Response === 
     21{{{ 
     22{"stat": "ok"} 
     23}}}