# Обновление атрибута Обновляет атрибут. Endpoint: PUT /v2/project/{project_id}/admin/attribute/{external_id} Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) ID проекта. Вы можете найти этот параметр в Личном кабинете рядом с названием проекта. Example: 44056 - `external_id` (string, required) External ID атрибута. Example: "attribute_id" ## Request fields (application/json): - `external_id` (string, required) Уникальный ID атрибута. external_id может содержать только строчные и заглавные латинские буквы, цифры, тире и подчеркивания. Example: "attribute_1" - `name` (object, required) Объект с локализациями для названия атрибута. Ключи для обозначения стран указаны в стандарте ISO 3166-1. Example: {"de":"Genre","en":"Genre"} ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 422 fields (application/json): - `errorCode` (integer) Example: 1102 - `errorMessage` (string) Example: "[0401-1102]: Unprocessable Entity. The property `property_name` is required" - `statusCode` (integer) Example: 422 - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x" ## Response 204 fields