Xsolla-logo

Change project integration type

put/projects/{project_id}/integration_type

Change project integration type.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

Request Body schema: application/json
integration_type
string

Project integration type.

Enum: "standard" "tokenless" "simplified" "play_fab"
Responses
204

No Content.

404

Not Found.

Request samples
application/json
{
  • "integration_type": "standard"
}