Index: trunk/phase3/includes/api/ApiEditPage.php |
— | — | @@ -475,7 +475,9 @@ |
476 | 476 | 'title' => 'Page title', |
477 | 477 | 'section' => 'Section number. 0 for the top section, \'new\' for a new section', |
478 | 478 | 'text' => 'Page content', |
479 | | - 'token' => 'Edit token. You can get one of these through prop=info', |
| 479 | + 'token' => array( 'Edit token. You can get one of these through prop=info.', |
| 480 | + 'The token should always be sent as the last parameter, or at least, after the text parameter' |
| 481 | + ), |
480 | 482 | 'summary' => 'Edit summary. Also section title when section=new', |
481 | 483 | 'minor' => 'Minor edit', |
482 | 484 | 'notminor' => 'Non-minor edit', |