diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-11-29 09:29:17 +0100 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2021-11-29 10:58:11 +0100 |
commit | c71ea987b1b5430710f6712e5660e0afb4232115 (patch) | |
tree | 34bc53c45726567e26b1eafcd657d3bd3099230c /a1-policy-management/api/pms-api.json | |
parent | 3000fb33d26d5c043e9fc6ec506df176102deb80 (diff) |
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 <patrik.buhr@est.tech>
Change-Id: I27bece78c99e0354cd476bb2e060788d40f2cbaf
Diffstat (limited to 'a1-policy-management/api/pms-api.json')
-rw-r--r-- | a1-policy-management/api/pms-api.json | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -532,13 +532,6 @@ { "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", "name": "compatible_with_version", "description": "Select types that are compatible with the given version. This parameter is only applicable in conjunction with type_name. As an example version 1.9.1 is compatible with 1.0.0 but not the other way around.", "required": false |