(authenticated)
Changes the priority of a list and adapts the other lists so that the all priorities continue to be ascending without holes. The list that's currently at the new priority, will be shifted down. To move a list to the end, use a priority that's larger that the current maximum value.
| Submissions |
reorderList Reorders the list. |
| Parameters |
| from |
The current priority of the list. |
| to |
The new priority of the list. |
|
example request
example result
<reorderedlist>
<success from="2" to="0"/>
</reorderedlist>
failure
If the back-end wasn't able to perform the reordering, you'll receive a failed tag instead of a success tag, for instance:
<reorderedlist authid="622c895dec2d96cf127f0d557785d200">
<failed from="20" to="0"/>
</reorderedlist>