Xsolla-logo

Zwei-Faktor-Authentifizierungseinstellungen des Projekts aktualisieren

put/projects/{project_id}/mfa

Aktualisiert die Zwei-Faktor-Authentifizierungseinstellungen des Projekts. Der Benutzer muss die Änderungen durch Eingabe eines Einmalcodes bestätigen.

Request
path Parameters
project_id
required
string <uuid>

Login-Projekt-ID aus dem Kundenportal.

Request Body schema: application/json
required
Array of objects
Array
mfa_type
required
string

MFA-Typ: SMS oder E-Mail.

Enum: "sms" "email"
priority
required
integer [ 1 .. 2 ]

Priorität des MFA-Typs: "1" bedeutet höher und "2" niedriger.

mfa_url
string

URL to redirect user for MFA flow.

Responses
204

OK

401

Unauthorized

404

Not Found

422

Unprocessable Entity

Request samples
application/json
{
  • "mfa_types": [
    ],
  • "mfa_url": "string"
}
Response samples
{
  • "error": {
    }
}