@@ -26,10 +26,10 @@ produces:
26
26
paths :
27
27
/decisions/stream :
28
28
get :
29
- description : Returns a list of new/expired decisions. Intended for bouncers that need to "stream" decisions
29
+ description : Returns a list of new/expired decisions. Intended for remediation component that need to "stream" decisions
30
30
summary : getDecisionsStream
31
31
tags :
32
- - bouncers
32
+ - Remediation component
33
33
operationId : getDecisionsStream
34
34
deprecated : false
35
35
produces :
39
39
in : query
40
40
required : false
41
41
type : boolean
42
- description : ' If true, means that the bouncers is starting and a full list must be provided'
42
+ description : ' If true, means that the remediation component is starting and a full list must be provided'
43
43
- name : scopes
44
44
in : query
45
45
required : false
@@ -73,10 +73,10 @@ paths:
73
73
security :
74
74
- APIKeyAuthorizer : []
75
75
head :
76
- description : Returns a list of new/expired decisions. Intended for bouncers that need to "stream" decisions
76
+ description : Returns a list of new/expired decisions. Intended for remediation component that need to "stream" decisions
77
77
summary : GetDecisionsStream
78
78
tags :
79
- - bouncers
79
+ - Remediation component
80
80
operationId : headDecisionsStream
81
81
deprecated : false
82
82
produces :
@@ -100,7 +100,7 @@ paths:
100
100
description : Returns information about existing decisions
101
101
summary : getDecisions
102
102
tags :
103
- - bouncers
103
+ - Remediation component
104
104
operationId : getDecisions
105
105
deprecated : false
106
106
produces :
@@ -164,7 +164,7 @@ paths:
164
164
description : Returns information about existing decisions
165
165
summary : GetDecisions
166
166
tags :
167
- - bouncers
167
+ - Remediation component
168
168
operationId : headDecisions
169
169
deprecated : false
170
170
produces :
@@ -1008,7 +1008,7 @@ definitions:
1008
1008
title : " error response"
1009
1009
description : " error response return by the API"
1010
1010
tags :
1011
- - name : bouncers
1011
+ - name : Remediation component
1012
1012
description : ' Operations about decisions : bans, captcha, rate-limit etc.'
1013
1013
- name : watchers
1014
1014
description : ' Operations about watchers : cscli & crowdsec'
0 commit comments