Xsolla-logo

Toggle account type

put/projects/{project_id}/universal_item_enabled

Enables/disables the account type that allows to use the Xsolla SDKs. After enabling, you should reconfigure the product catalog.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

Request Body schema: application/json
is_universal_item_enabled
boolean

Whether to have an account type that allows to use the Xsolla SDKs.

Responses
204

No Content.

404

Not Found.

Request samples
application/json
{
  • "is_universal_item_enabled": true
}