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