admins
Update admin
Updates an existing admin. Recovery codes and TOTP configuration cannot be set/updated using this API: each admin must use the specific APIs. You are not allowed to update the admin impersonated using an API key
put/admins/{username}
Request body
Example request
{
"filters": {
"allow_list": [
"192.0.2.0/24",
"2001:db8::/32"
]
}
}Response
successful operation