diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-12-28 13:07:14 +0100 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2021-12-29 11:55:32 +0100 |
commit | c1b6222fd1a32bf1cf10afa72bf8c3dabd6be112 (patch) | |
tree | cb256392d1cd8048a489df4a9b04d8f8bdc54366 /a1-policy-management/api/pms-api.yaml | |
parent | 2b27764f3ba4de24cdf58f3e0df83537b180bb56 (diff) |
A1 Policy Management
Sorting of compatible policy type IDs
Issue-ID: CCSDK-3495
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I9b092b82a24e951f0ac1f446b37cc0db2d644e3a
Diffstat (limited to 'a1-policy-management/api/pms-api.yaml')
-rw-r--r-- | a1-policy-management/api/pms-api.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/a1-policy-management/api/pms-api.yaml b/a1-policy-management/api/pms-api.yaml index c8274689..9aa945e4 100644 --- a/a1-policy-management/api/pms-api.yaml +++ b/a1-policy-management/api/pms-api.yaml @@ -304,7 +304,8 @@ paths: in: query 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. + version 1.9.1 is compatible with 1.0.0 but not the other way around. Matching + types will be returned sorted in ascending order. required: false style: form explode: true |