Xsolla-logo

Toggle external ID

put/projects/{project_id}/is_external_id_required

Enables/disables an external ID.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

Request Body schema: application/json
is_external_id_required
boolean

Whether External ID is required for integration with Xsolla.

Responses
204

No Content.

404

Not Found.

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