Skip to main content
PATCH
/
partner
/
instances
/
mfa
Convert Consulting To Standard Endpoint
curl --request PATCH \
  --url https://api.example.com/partner/instances/mfa \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'mfa_type=<string>' \
  --data 'instance_id=<string>'
{}

Headers

Authorization
string

Body

application/x-www-form-urlencoded

Represents a request to update the MFA settings for a partner.

mfa_type
string | null

The type of MFA to be set for the partner. Type switch: 0 = none, 1 = email, 2 = authenticator (TOTP)

instance_id
string | null

ID of the instance being modified

Response

OK

{key}
any