From 02fd6d726a8a50012557f853cbd82ef2346f18c3 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Tue, 13 Sep 2022 23:57:49 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-10821 Signed-off-by: stephb9959 --- openapi/owprov.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/openapi/owprov.yaml b/openapi/owprov.yaml index 3c2c594..24536ff 100644 --- a/openapi/owprov.yaml +++ b/openapi/owprov.yaml @@ -1958,11 +1958,6 @@ paths: schema: type: boolean required: false - - in: query - name: deviceType - schema: - type: string - required: false - in: query description: Pagination start (starts at 1. If not specified, 1 is assumed) name: offset @@ -2270,12 +2265,6 @@ paths: type: string example: serial1,serial2,serial3 required: false - - in: query - description: only serial numbers of full device details - name: serialOnly - schema: - type: boolean - required: false - in: query description: return the number of devices name: countOnly