Updates a value point identified by an SKU.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
item_sku required | string Item SKU. Example: booster_mega_1 |
sku required | string [ 1 .. 255 ] characters ^[a-zA-Z0-9_\\-–.]*$ Unique item ID. The SKU may only contain lowercase Latin alphanumeric characters, periods, dashes, and underscores. |
required | object Object with localizations for item's name. Two-letter lowercase language code. |
object Object with localizations for item's description. Two-letter lowercase language code. | |
image_url | string Image URL. |
is_enabled | boolean |
object Object with localizations for long description of item. Two-letter lowercase language code. | |
Array of objects Item's additional assets such as screenshots, gameplay video and so on. | |
order | integer Defines arrangement order. |
is_clan | boolean Whether the value point is used in clan reward chains. |
Value point was successfully updated.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Invalid request.
{- "sku": "reward_vp_1",
- "name": {
- "en": "Reward VP 1"
}, - "is_enabled": true,
- "description": {
- "en": "Value points for reward system."
}, - "long_description": {
- "en": "Value points given to users to get new rewards in a reward chain."
}, - "media_list": [ ],
- "order": 1
}
{- "statusCode": 401,
- "errorCode": 1020,
- "errorMessage": "[0401-1020]: Error in Authentication method occurred"
}