---
title: "Update Attribute"
method: POST
path: "/client/attribute/update"
tags: ["Attributes"]
---

# Update Attribute

`POST /client/attribute/update`

## Headers

- `api-key` string, required

## Request body

- object
  - `data` object[], required
    - `attribute_name` string, required
    - `attribute_new_name` string
    - `data_type` string, required
    - `map_to` string
    - `data_mask` string
    - `default_value` string

## Response `200`

- object
  - `request_id` string, required
  - `description` string, required
  - `code` integer, required
  - `status` string, required
  - `data` object[], required
    - `id` integer
    - `attribute_code` string
    - `attribute_name` string
    - `data_type` string
    - `created_at` string
    - `updated_at` string

## Other responses

- `400`
- `401`
- `500`

---

[API](https://skmtc.net/netcorecloud/apis/contacts-api.md) · [All operations](https://skmtc.net/netcorecloud/apis/contacts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netcorecloud/contacts-api/versions/2878cfd0ee01/schema)
