From f64f20fd534a5935c5103b5152ac9b863039214f Mon Sep 17 00:00:00 2001 From: Shivam Sandbhor Date: Wed, 18 Aug 2021 19:35:56 +0530 Subject: [PATCH] Document scope parameter for stream API (#897) Signed-off-by: Shivam Sandbhor --- pkg/models/localapi_swagger.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkg/models/localapi_swagger.yaml b/pkg/models/localapi_swagger.yaml index 574dfd332..680f39a47 100644 --- a/pkg/models/localapi_swagger.yaml +++ b/pkg/models/localapi_swagger.yaml @@ -40,6 +40,12 @@ paths: required: false type: boolean description: 'If true, means that the bouncers is starting and a full list must be provided' + - name: scopes + in: query + required: false + type: string + description: 'Comma separated scopes of decisions to fetch' + example: ip,range,country responses: '200': description: successful operation