---
title: "Update paginationset by id"
method: PUT
path: "/api/v11/paginationset/{id}"
tags: ["PaginationSet"]
---

# Update paginationset by id

`PUT /api/v11/paginationset/{id}`

Update PaginationSet based on PaginationSetId

## Path parameters

- `id` integer, required

## Headers

- `X-HawkSearch-ApiKey` string, required

## Request body

- PaginationSetModel
  - `PaginationSetId` integer
  - `SyncGuid` string, uuid
  - `Name` string
  - `Code` string
  - `RuleXml` string
  - `SortOrder` integer
  - `Options` string
  - `NumberOfPageLinks` integer
  - `IsShowFirstLink` boolean
  - `IsShowLastLink` boolean
  - `CreateDate` string, date-time
  - `ModifyDate` string, date-time

## Response `200`

OK

- object

---

[API](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi.md) · [All operations](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hawksearch/hawksearch-elasticsearch-indexingapi/versions/24cba7bf3468/schema)
