Document scope parameter for stream API (#897)

Signed-off-by: Shivam Sandbhor <shivam@crowdsec.net>
This commit is contained in:
Shivam Sandbhor 2021-08-18 19:35:56 +05:30 committed by GitHub
parent 1a605f33da
commit f64f20fd53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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