From c71ea987b1b5430710f6712e5660e0afb4232115 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Mon, 29 Nov 2021 09:29:17 +0100 Subject: A1 Policy Management Removed regexp parameter due to sonar warning. Skipping reading of config file unless it has been changed. Issue-ID: CCSDK-3495 Signed-off-by: PatrikBuhr Change-Id: I27bece78c99e0354cd476bb2e060788d40f2cbaf --- a1-policy-management/api/pms-api.json | 7 ------- 1 file changed, 7 deletions(-) (limited to 'a1-policy-management/api/pms-api.json') diff --git a/a1-policy-management/api/pms-api.json b/a1-policy-management/api/pms-api.json index de014721..88196a97 100644 --- a/a1-policy-management/api/pms-api.json +++ b/a1-policy-management/api/pms-api.json @@ -529,13 +529,6 @@ "description": "Select types with the given type name (type identity has the format )", "required": false }, - { - "schema": {"type": "string"}, - "in": "query", - "name": "regexp", - "description": "Select types with type identity that matches a regular expression.", - "required": false - }, { "schema": {"type": "string"}, "in": "query", -- cgit 1.2.3-korg