---
title: "PUT /userFavorites/updateOrder"
method: PUT
path: "/userFavorites/updateOrder"
tags: ["UserFavorites"]
---

# PUT /userFavorites/updateOrder

`PUT /userFavorites/updateOrder`

Update the position of a user favorite based on email and ID

## Cookies

- `SessionIndex` string, required

## Request body

- object
  - `id` integer, required — ID of the favorite entry
  - `position` integer, required — New position value

## Response `200`

Successfully updated position

## Other responses

- `400` — Bad request or no matching record
- `401` — Unauthorized

---

[API](https://skmtc.net/infor/apis/infor-docs-api.md) · [All operations](https://skmtc.net/infor/apis/infor-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infor/infor-docs-api/revisions/c8f0d96c040e/schema)
