Xsolla-logoXsolla Developers
前往发布商帐户

更新奖励积分Server-sideAdmin

put/v2/project/{project_id}/admin/items/value_points/sku/{item_sku}

按SKU更新奖励积分。

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

项目ID。您可以在您的发布商帐户项目名称旁边找到。

Example: 44056
item_sku
required
string

商品SKU。

Example: booster_mega_1
Request Body schema: application/json
sku
required
string [ 1 .. 255 ] characters ^[a-zA-Z0-9_\\-–.]*$

Unique item ID. The SKU may contain only lowercase and uppercase Latin alphanumeric characters, periods, dashes, and underscores.

required
object

包含本地化商品名称的对象。两个小写字母的语言代码

ar
string or null
bg
string or null
cn
string or null
cs
string or null
de
string or null
en
string or null
es
string or null
fr
string or null
he
string or null
it
string or null
ja
string or null
ko
string or null
pl
string or null
pt
string or null
ro
string or null
ru
string or null
th
string or null
tr
string or null
tw
string or null
vi
string or null
object

包含本地化商品描述的对象。两个小写字母的语言代码

ar
string or null
bg
string or null
cn
string or null
cs
string or null
de
string or null
en
string or null
es
string or null
fr
string or null
he
string or null
it
string or null
ja
string or null
ko
string or null
pl
string or null
pt
string or null
ro
string or null
ru
string or null
th
string or null
tr
string or null
tw
string or null
vi
string or null
image_url
string

图像URL。

is_clan
boolean

该奖励积分是否用于公会奖励链。

is_enabled
boolean
object or null

包含本地化商品长描述的对象。两个小写字母的语言代码

ar
string or null
bg
string or null
cn
string or null
cs
string or null
de
string or null
en
string or null
es
string or null
fr
string or null
he
string or null
it
string or null
ja
string or null
ko
string or null
pl
string or null
pt
string or null
ro
string or null
ru
string or null
th
string or null
tr
string or null
tw
string or null
vi
string or null
Array of objects

商品的附加资源,例如屏幕截图、游戏视频等。

Array
type
string

媒体类型:image/video

Enum: "image" "video"
url
string

资源文件。

order
integer

定义排列顺序。

Responses
204

已成功更新奖励积分。

401

基本认证未通过或错误。确保您使用了基本认证或正确的凭据。

422

无效的请求。

Request samples
application/json
{
  • "description": {
    },
  • "is_clan": true,
  • "is_enabled": true,
  • "long_description": {
    },
  • "media_list": [ ],
  • "name": {
    },
  • "order": 3,
  • "sku": "com.xsolla.clan_value_point_1"
}
Response samples
application/json
{
  • "errorCode": 1020,
  • "errorMessage": "[0401-1020]: Error in Authentication method occurred",
  • "statusCode": 401
}