pub async fn blacklist_ip_endpoint(
__arg0: State<ApiState>,
__arg1: Form<BlacklistIpForm>,
) -> ApiResponse<Value>Expand description
POST /api/v1/security/blacklist Add an IP address to the blacklist
pub async fn blacklist_ip_endpoint(
__arg0: State<ApiState>,
__arg1: Form<BlacklistIpForm>,
) -> ApiResponse<Value>POST /api/v1/security/blacklist Add an IP address to the blacklist