---
title: "PUT /localization/translations/{translation_id}/attributes/{key}"
method: PUT
path: "/localization/translations/{translation_id}/attributes/{key}"
tags: ["Localization"]
---

# PUT /localization/translations/{translation_id}/attributes/{key}

`PUT /localization/translations/{translation_id}/attributes/{key}`

Update `value` and/or `comment` of the specific Translation Attribute

## Path parameters

- `translation_id` string, required
- `key` string, required

## Request body

- LocalizationTranslationAttribute — Represents a particular Translation Attribute object `key` -- key of the Translation Attribute `value` -- value of the Translation Attribute `comment` -- any additional information provided by the person and/or service doing translation `auto_translated` -- indicates if this Attribute was automatically translated or not `events` -- Details about who and when created and updated the Translation Attribute
  - `key` string
  - `value` string, nullable
  - `comment` string, nullable
  - `auto_translated` boolean
  - `events` object
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
  - `object` object
    - `id` string
    - `model` string

## Response `200`

- LocalizationTranslationAttribute — Represents a particular Translation Attribute object `key` -- key of the Translation Attribute `value` -- value of the Translation Attribute `comment` -- any additional information provided by the person and/or service doing translation `auto_translated` -- indicates if this Attribute was automatically translated or not `events` -- Details about who and when created and updated the Translation Attribute
  - `key` string
  - `value` string, nullable
  - `comment` string, nullable
  - `auto_translated` boolean
  - `events` object
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
  - `object` object
    - `id` string
    - `model` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
