diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-11-30 11:25:17 +0100 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2021-11-30 15:02:13 +0100 |
commit | 6e31874958b44f45c5dd78aef5c783916b16c6ee (patch) | |
tree | 97791a2286faf19a88d92971b880b62debcbb491 /docs/offeredapis | |
parent | c71ea987b1b5430710f6712e5660e0afb4232115 (diff) |
A1 Policy Management
API documentation updates.
Issue-ID: CCSDK-3495
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: Ib4f5cfd437a1bad99528d19dcec61f6dc521593b
Diffstat (limited to 'docs/offeredapis')
-rw-r--r-- | docs/offeredapis/swagger/pms-api.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/offeredapis/swagger/pms-api.yaml b/docs/offeredapis/swagger/pms-api.yaml index 6d62b0c5..a8913ec5 100644 --- a/docs/offeredapis/swagger/pms-api.yaml +++ b/docs/offeredapis/swagger/pms-api.yaml @@ -256,14 +256,6 @@ paths: explode: true schema: type: string - - name: regexp - in: query - description: Select types with type identity that matches a regular expression. - required: false - style: form - explode: true - schema: - type: string - name: compatible_with_version in: query description: Select types that are compatible with the given version. This |