From b27634f094cb59d6fd352372fceb7556f4a0296e Mon Sep 17 00:00:00 2001 From: andSemin Date: Thu, 19 Dec 2024 19:24:44 +0300 Subject: [PATCH] Update Schema.php --- src/Api/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Schema.php b/src/Api/Schema.php index ec045c5..adaa4f8 100644 --- a/src/Api/Schema.php +++ b/src/Api/Schema.php @@ -69,7 +69,7 @@ public static function getSchema() 'comment' => [['lengthMax', 50]], ], 'delete' => [ - 'type' => ['required',['subset', ['IP']]], + 'type' => ['required',['subset', ['IP', 'MCC', 'REQ_PER_DAY', 'REQ_PER_IP', 'REQ_PER_NUM']]], 'module' => self::getModuleSchema(), ], ],