Xsolla-logo

Update value pointServer-sideAdmin

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

Updates a value point identified by an SKU.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

ID del proyecto. Encontrará este parámetro en su cuenta Publisher junto al nombre del proyecto.

Example: 44056
item_sku
required
string

Item SKU.

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

ID único del artículo. El código de un artículo (SKU) solo puede contener caracteres alfanuméricos latinos en minúsculas, puntos, guiones y guiones bajos.

required
object

Objeto con traducciones para el nombre del artículo. Código de idioma de dos letras minúsculas.

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

Objeto con traducciones para la descripción del artículo. Código de idioma de dos letras minúsculas.

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 de la imagen.

is_clan
boolean

Whether the value point is used in clan reward chains.

is_enabled
boolean
object

Objeto con traducciones para la descripción larga del artículo. Código de idioma de dos letras minúsculas.

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

Recursos adicionales del artículo como capturas de pantalla, vídeos de partidas del juego, etc.

Array
type
string

Tipo de soporte multimedia: image/video.

Enum: "image" "video"
url
string

Archivo de recurso.

order
integer

Define el orden de disposición.

Responses
204

Value point was successfully updated.

401

Autenticación básica no superada o errónea. Asegúrese de haber utilizado la autenticación básica o las credenciales correctas.

422

Invalid request.

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