Changes between Version 15 and Version 16 of XMLRPC


Ignore:
Timestamp:
Oct 13, 2008, 11:23:48 AM (16 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v15 v16  
    570570!SubRating is average subrating for given subtitles. !SubSumVotes is how much times was voted for subtitles.
    571571
     572== !AddComment ==
     573'''array !AddComment( $token, array('idsubtitle' => $idsubtitle, 'comment' => $comment, 'badsubtitle' => $int) )'''
     574
     575Allows logged users add new comment to subtitles. '''badsubtitle''' is optional, if set to 1, subtitles are marked as '''bad'''
     576
     577Example output:
     578{{{
     579Array
     580(
     581    [status] => 200 OK
     582    [seconds] => 0.228
     583)
     584}}}
     585 
     586'''Fields explanation:'''
     587All field are self-explained.
     588
    572589
    573590== !AutoUpdate ==