---
title: "Update Custom Field"
method: PATCH
path: "/custom_field/{id}"
tags: ["custom-fields"]
---

# Update Custom Field

`PATCH /custom_field/{id}`

This method allows to update custom field.

## Path parameters

- `id` integer, required

## Request body

- CustomFieldUpdate
  - `title` string, required
  - `value` object[], nullable
    - `id` integer
    - `title` string
  - `replace_values` object, nullable — Dictionary of old values and their replacemants
  - `placeholder` string, nullable
  - `default_value` string, nullable
  - `is_filterable` boolean
  - `is_visible` boolean
  - `is_required` boolean
  - `is_enabled_for_all_projects` boolean
  - `projects_codes` string[]

## Response `200`

Custom Field update result.

- Response
  - `status` boolean

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `422` — Unprocessable Entity.
- `429` — Too Many Requests.

---

[API](https://skmtc.dev/qase/apis/qase-io-testops-api-v1.md) · [All operations](https://skmtc.dev/qase/apis/qase-io-testops-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qase/qase-io-testops-api-v1/revisions/12ddc644fac5/schema)
