Skip to content

Commit 0746e0c

Browse files
authored
Rename bouncers to Remediation component in openAPI (#2936)
* Rename bouncers to Remediation component in openAPI
1 parent 2291a23 commit 0746e0c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkg/models/localapi_swagger.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ produces:
2626
paths:
2727
/decisions/stream:
2828
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
3030
summary: getDecisionsStream
3131
tags:
32-
- bouncers
32+
- Remediation component
3333
operationId: getDecisionsStream
3434
deprecated: false
3535
produces:
@@ -39,7 +39,7 @@ paths:
3939
in: query
4040
required: false
4141
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'
4343
- name: scopes
4444
in: query
4545
required: false
@@ -73,10 +73,10 @@ paths:
7373
security:
7474
- APIKeyAuthorizer: []
7575
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
7777
summary: GetDecisionsStream
7878
tags:
79-
- bouncers
79+
- Remediation component
8080
operationId: headDecisionsStream
8181
deprecated: false
8282
produces:
@@ -100,7 +100,7 @@ paths:
100100
description: Returns information about existing decisions
101101
summary: getDecisions
102102
tags:
103-
- bouncers
103+
- Remediation component
104104
operationId: getDecisions
105105
deprecated: false
106106
produces:
@@ -164,7 +164,7 @@ paths:
164164
description: Returns information about existing decisions
165165
summary: GetDecisions
166166
tags:
167-
- bouncers
167+
- Remediation component
168168
operationId: headDecisions
169169
deprecated: false
170170
produces:
@@ -1008,7 +1008,7 @@ definitions:
10081008
title: "error response"
10091009
description: "error response return by the API"
10101010
tags:
1011-
- name: bouncers
1011+
- name: Remediation component
10121012
description: 'Operations about decisions : bans, captcha, rate-limit etc.'
10131013
- name: watchers
10141014
description: 'Operations about watchers : cscli & crowdsec'

0 commit comments

Comments
 (0)