---
title: "Update Attribute"
method: PUT
path: "/attribute/{attribute_id}"
tags: ["Attribute"]
---

# Update Attribute

`PUT /attribute/{attribute_id}`

Updates the Attribute corresponding to the given `id`. The endpoint can be used to update the `title` and `type`.

## Path parameters

- `attribute_id` string, required

## Headers

- `api-version` string, required

## Request body

- AttributeRequest
  - `title` string
  - `type` integer — Attribute type (1=text, 2=date, 3=number)

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
