pages/{pageid}/order (PUT)
Overview
Set the order in which this page will occur in relation to its siblings
- REST Method: PUT
- Method Access: public
Limitation
The order option must be enabled for your site before use. Please contact Expert Support to request this be enabled for your Expert site.
Query Parameters
| Name | Type | Description |
| afterid | int | The page id after which this page should be placed, use 0 if you wish to place it at the beginning |
Return Codes
| Name | Value | Description |
| OK | 200 | The page has been ordered successfully |
| Forbidden | 403 | Returned when the user is not logged in, or does not have permission to change the order of this page |
| Not Found | 404 | The provided pageid does not match an existing page |
| Internal Server Error | 500 | Returned when an unexpected error occurs |

