仮想アイテムを更新します。
Array of objects <= 20 items 属性のリスト。 注意。アイテムの属性は20個以上指定することはできません。制限を超えようとすると、エラーが発生します。 | |||||||||||
custom_attributes | object <json> <= 500 characters アイテムの属性と値を含むJSONオブジェクト。属性により、アイテムを使用するために必要なプレイヤーのレベルなど、より詳細な情報をアイテムに追加することができます。属性はゲームの内部ロジックを豊かにし、専用の「取得」メソッドやウェブフックからアクセスできます。 | ||||||||||
object アイテムの説明用のローカライズされたオブジェクト。小文字の2文字言語コード. | |||||||||||
groups | Array of strings アイテムが属するグループ。 注。文字列の値はグループ `external_id`を指します。 | ||||||||||
image_url | string 画像URL。 | ||||||||||
object インベントリアイテムのオプションを定義します。 | |||||||||||
is_deleted | boolean | ||||||||||
is_enabled | boolean | ||||||||||
is_free | boolean Default: false
| ||||||||||
is_show_in_store | boolean | ||||||||||
object アイテム制限。 | |||||||||||
object アイテムの長い説明のためのローカライゼーションを持つオブジェクト。小文字の2文字言語コード。 | |||||||||||
Array of objects スクリーンショット、ゲームプレイ動画などのアイテム追加アセット。 | |||||||||||
object アイテム名のローカライズを行ったオブジェクトです。小文字の2文字言語コード。 | |||||||||||
order | integer 配列順序を定義します。 | ||||||||||
Array of objects or null アイテム販売期間。 | |||||||||||
object | |||||||||||
Array of objects | |||||||||||
Array
| |||||||||||
Array of objects | |||||||||||
sku | string [ 1 .. 255 ] characters ^[a-zA-Z0-9_\\-–.]*$ 一意のアイテムID。SKUには、英小文字、ピリオド、ダッシュ、およびアンダースコアのみが含まれます。 | ||||||||||
Array of objects | |||||||||||
仮想アイテムは正常に更新されました。
基本認証が不合格または不正です。基本認証または正しい認証情報を使用したことを確認してください。
無効なリクエスト。
{- "attributes": [
- {
- "external_id": "craft-materials",
- "name": {
- "en": "Craft materials"
}, - "values": [
- {
- "external_id": "steel",
- "value": {
- "en-US": "5"
}
}, - {
- "external_id": "leather",
- "value": {
- "en-US": "1"
}
}
]
}
], - "custom_attributes": {
- "attr": "value",
- "purchased": 0
}, - "description": {
- "de": "Ein Schwert ist eine Nahkampfwaffe mit Klinge, die zum Schneiden oder Stechen bestimmt ist, länger als ein Messer oder Dolch ist und aus einer langen Klinge besteht, die an einem Griff befestigt ist.",
- "en": "A sword is a bladed melee weapon intended for cutting or thrusting that is longer than a knife or dagger, consisting of a long blade attached to a hilt."
}, - "groups": [
- "weapons"
], - "is_enabled": true,
- "is_free": false,
- "is_show_in_store": true,
- "limits": {
- "per_item": 100,
- "per_user": 5
}, - "name": {
- "de": "Schwert",
- "en": "Sword"
}, - "order": 1,
- "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "prices": [
- {
- "amount": 100,
- "currency": "USD",
- "is_default": true,
- "is_enabled": true
}, - {
- "amount": 200,
- "country_iso": "CZ",
- "currency": "CZK",
- "is_default": true,
- "is_enabled": false
}
], - "sku": "sword",
- "vc_prices": [ ]
}
{- "errorCode": 1020,
- "errorMessage": "[0401-1020]: Error in Authentication method occurred",
- "statusCode": 401
}