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