latestOpenAPI 3.0.02026-08-10621852.7 KB

c8f0d96c040e

UserFavorites

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

put/userFavorites/updateOrder

Cookies

SessionIndexstring required

Concierge session to get email id

Request body

idinteger required

ID of the favorite entry

positioninteger required

New position value

Example request

{
  "id": 101,
  "position": 3
}

Response

Successfully updated position