pub async fn patch_user_action_with_id(
configuration: &Configuration,
user_action_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
user_action_request: Option<UserActionRequest>,
) -> Result<UserActionResponse, Error<PatchUserActionWithIdError>>
Expand description
Updates, via PATCH, the user action with the given Id.