Update TOTP settings
PUT /v1/security/totp/settings — Independently toggle new-device-login and withdraw TOTP requirements. The withdraw toggle gates the perps withdraw TOTP
PUT /v1/security/totp/settings
Independently toggle new-device-login and withdraw TOTP requirements. The withdraw toggle gates the perps withdraw TOTP prompt; the new-device toggle gates first-login TOTP on a fresh browser / CLI. Requires a fresh TOTP code to authenticate the settings change itself.
| Method | PUT |
| Path | /v1/security/totp/settings |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | auth |