Xsolla-logo

スキーマを更新する

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"
}