Xsolla-logo

Projektintegrationstyp ändern

put/projects/{project_id}/integration_type

Ändert den Projektintegrationstyp.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Projekt-ID.

Request Body schema: application/json
integration_type
string

Projektintegrationstyp.

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

No Content.

404

Not Found.

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