Xsolla-logo
  • 文档
  • 创建帐户

更新机制Server-side

put/project/{project_id}/attribute_schema

Updates JSON Schema of user attributes.

Notice
Rate limits for server-side methods are applied to this method.

SecurityAttributesServer
Request
path Parameters
project_id
required
string <uuid>

发布商帐户中的登录管理器项目ID。

Request Body schema: application/json

用于用户属性验证的JSON机制

object
Responses
204

无内容

400

错误的请求

401

未授权

403

被禁止

404

未找到

429

请求过多

Request samples
application/json
{ }
Response samples
application/json
{
  • "error_code": "2004-0001",
  • "error_description": "JSON Schema is invalid or defined properties has depth level greater than 1"
}