From 060ab7d2a9c693e2e20730217ff22a97aead904f Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 6 Nov 2021 15:41:44 +0100 Subject: [PATCH] Added the new with query parameter to openapi.yml --- openapi.yml | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/openapi.yml b/openapi.yml index f51b39cf..6e5b8146 100644 --- a/openapi.yml +++ b/openapi.yml @@ -86,6 +86,14 @@ paths: in: query schema: type: string + - name: fields + in: query + schema: + type: string + - name: with + in: query + schema: + type: string - name: aggregates in: query schema: @@ -254,6 +262,14 @@ paths: in: query schema: type: string + - name: fields + in: query + schema: + type: string + - name: with + in: query + schema: + type: string responses: '200': description: OK @@ -414,6 +430,14 @@ paths: in: query schema: type: string + - name: fields + in: query + schema: + type: string + - name: with + in: query + schema: + type: string responses: '200': description: OK @@ -577,6 +601,14 @@ paths: in: query schema: type: string + - name: fields + in: query + schema: + type: string + - name: with + in: query + schema: + type: string responses: '200': description: OK @@ -740,6 +772,14 @@ paths: in: query schema: type: string + - name: fields + in: query + schema: + type: string + - name: with + in: query + schema: + type: string responses: '200': description: OK @@ -907,6 +947,10 @@ paths: in: query schema: type: string + - name: with + in: query + schema: + type: string responses: '200': description: OK @@ -1070,6 +1114,14 @@ paths: in: query schema: type: string + - name: fields + in: query + schema: + type: string + - name: with + in: query + schema: + type: string responses: '200': description: OK @@ -1233,6 +1285,14 @@ paths: in: query schema: type: string + - name: fields + in: query + schema: + type: string + - name: with + in: query + schema: + type: string responses: '200': description: OK @@ -1390,6 +1450,14 @@ paths: in: query schema: type: string + - name: fields + in: query + schema: + type: string + - name: with + in: query + schema: + type: string responses: '200': description: OK