---
title: "Update a specific custom field"
method: PUT
path: "/brands/{brand_id}/custom-fields/{id}"
tags: ["Custom Fields"]
---

# Update a specific custom field

`PUT /brands/{brand_id}/custom-fields/{id}`

## Path parameters

- `brand_id` integer, required
- `id` integer, required

## Request body

- CustomFieldUpsertRequest — Request body for creating or updating a custom field.

## Response `200`

Custom field updated successfully.

- CustomField
  - `custom_field_id` integer, nullable
  - `_brand_id` integer, nullable
  - `name` string, nullable
  - `data_type` string, nullable
  - `active` union
    - integer
    - boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/slicktext/apis/slicktext-api-new-platform.md) · [All operations](https://skmtc.dev/slicktext/apis/slicktext-api-new-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/slicktext/slicktext-api-new-platform/revisions/6f6c30f01b42/schema)
