---
title: "Atualizar campo personalizado"
method: PUT
path: "/custom_fields/{custom_field_id}"
tags: ["crm-v1-custom-fields"]
---

# Atualizar campo personalizado

`PUT /custom_fields/{custom_field_id}`

Atualizar campo personalizado

## Path parameters

- `custom_field_id` string, required

## Request body

- object
  - `custom_field` object
    - `allow_new` boolean
    - `for` string
    - `label` string
    - `options` string[]
    - `order` number
    - `required` boolean
    - `type` string
    - `unique` boolean

## Response `200`

Success

- object
  - `_id` string
  - `allow_new` boolean
  - `created_at` string
  - `for` string
  - `id` string
  - `label` string
  - `opts` unknown[]
    - unknown
  - `order` number
  - `required` boolean
  - `required_rules` unknown[]
    - unknown
  - `type` string
  - `unique` boolean
  - `updated_at` string
  - `visible` boolean

---

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