Creates an attribute value.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
external_id required | string Attribute external ID. Example: attribute_id |
Attribute value was successfully created.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Authorization header not sent.
Attribute not found.
Invalid request.
{- "external_id": "weapon_class_sword_value",
- "value": {
- "en": "Sword",
- "de": "Schwert"
}
}
{- "external_id": "rpg"
}