---
title: "Update custom field position"
method: PUT
path: "/v1/custom_fields/update_position.json"
tags: ["custom_fields"]
---

# Update custom field position

`PUT /v1/custom_fields/update_position.json`

Update custom field position

## Query parameters

- `token` string, required

## Request body

- object
  - `custom_field` object[]
    - `custom_field_id` integer
    - `position` integer

## Response `200`

successful operation

- object
  - `id` integer

## Other responses

- `405` — Invalid input

---

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