Changes between Version 15 and Version 16 of XMLRPC
- Timestamp:
- Oct 13, 2008, 11:23:48 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v15 v16 570 570 !SubRating is average subrating for given subtitles. !SubSumVotes is how much times was voted for subtitles. 571 571 572 == !AddComment == 573 '''array !AddComment( $token, array('idsubtitle' => $idsubtitle, 'comment' => $comment, 'badsubtitle' => $int) )''' 574 575 Allows logged users add new comment to subtitles. '''badsubtitle''' is optional, if set to 1, subtitles are marked as '''bad''' 576 577 Example output: 578 {{{ 579 Array 580 ( 581 [status] => 200 OK 582 [seconds] => 0.228 583 ) 584 }}} 585 586 '''Fields explanation:''' 587 All field are self-explained. 588 572 589 573 590 == !AutoUpdate ==