---
title: "Rename a custom field"
method: PUT
path: "/tasks/v1/customer_configuration/custom_field/{id}"
tags: ["Actions"]
---

# Rename a custom field

`PUT /tasks/v1/customer_configuration/custom_field/{id}`

## Path parameters

- `id` string, required

## Request body

- S12TasksV1CustomerConfigurationServiceRenameCustomFieldBody — The parameters for `RenameCustomFieldRequest`
  - `name` string — The name to update the custom field to

## Response `200`

A successful response.

- S12TasksV1RenameCustomFieldResponse — The parameters for `RenameCustomFieldResponse`
  - `id` string — The ID of the custom field renamed

## Other responses

- `default` — An unexpected error response.

---

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