Xsolla-logo

Schema aktualisieren

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>

Login-Projekt-ID aus dem Kundenportal.

Request Body schema: application/json

JSON-Schema für die Validierung von Benutzerattributen

object
Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

429

Too Many Requests

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