Updates an attribute values.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
value_external_id required | string^[-_\.\d\w]+$ Attribute value external ID. Example: value_id |
external_id required | string Attribute external ID. Example: attribute_id |
Attribute value was successfully updated.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Authorization header not sent.
Attribute value not found.
Invalid request.
{- "external_id": "weapon_class_sword_value",
- "value": {
- "en": "Sword",
- "de": "Schwert"
}
}
{- "statusCode": 401,
- "errorCode": 1020,
- "errorMessage": "[0401-1020]: Error in Authentication method occurred"
}