Xsolla-logo
  • 文档
  • 创建帐户

通过ID上传密钥Server-sideAdmin

post/v2/project/{project_id}/admin/items/game/key/upload/id/{item_id}

按游戏密钥ID上传密钥。

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

项目编号。您可以在您的发布商帐户项目名称旁边。

Example: 44056
item_id
required
string

Item ID.

Example: 656
Request Body schema: multipart/form-data
file
required
string <binary>

包含密钥的文件。

region_id
integer

区域ID。

Responses
200

已成功接收密钥加载会话信息。

401

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

404

未找到游戏密钥或区域。

Request samples
Response samples
application/json
{
  • "count_skipped": 10,
  • "count_total": 100,
  • "count_uploaded": 0,
  • "session_id": "fc7105b6e8ee01339582970b37697242",
  • "status": "processing"
}