---
title: "PUT /search/updateOrder"
method: PUT
path: "/search/updateOrder"
tags: ["Search"]
---

# PUT /search/updateOrder

`PUT /search/updateOrder`

Update positions of saved searches (array of items with id and position)

## Cookies

- `SessionIndex` string, required

## Request body

- object[]
  - `id` integer, required — Search id to update
  - `position` integer, required — New position value

## Response `200`

Positions updated successfully

- object
  - `message` string

## Other responses

- `204` — No Content
- `400` — Failure response
- `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)
