create_users_by_id_lists_reorder
Rearrange a user's Trakt lists by providing the user ID and a body with the new order. This endpoint updates the sequence of lists for that account.
Instructions
Reorder a user's lists.
POST /users/{id}/lists/reorder
Args: id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |