https://bugzilla.wikimedia.org/show_bug.cgi?id=30369

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] 2011-08-15 18:48:14 UTC ---
You can use action=paraminfo for this information.

In this example it is api.php?action=paraminfo&pagesetmodule=, which gives you

      <parameters>
        <param name="titles" description="A list of titles to work on" multi=""
limit="50" lowlimit="50" highlimit="500" type="string" />
        <param name="pageids" description="A list of page IDs to work on"
multi="" limit="50" lowlimit="50" highlimit="500" type="integer" />
        <param name="revids" description="A list of revision IDs to work on"
multi="" limit="50" lowlimit="50" highlimit="500" type="integer" />
      </parameters>

You can see that revids = 50.

Having a continue for the rest is also an idea.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to