---
title: "Atualizar campo customizado"
method: PUT
path: "/customFields/{id}"
---

# Atualizar campo customizado

`PUT /customFields/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string, required — Nome do campo customizado.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `type` integer
    - `belongs` integer
    - `name` string
    - `hash` string
    - `values` string

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/versions/0a130198f0a3/schema)
