Commit 857bc8a 1 parent 6ee3c4b commit 857bc8a Copy full SHA for 857bc8a
File tree 2 files changed +7
-1
lines changed
matchmaker/api/src/main/resources/static/openapi
people/api/src/main/resources/static/openapi
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ paths:
142
142
tags : [SOA]
143
143
summary : Reset attitudes
144
144
description : Removes attitudes from the given person
145
+ security :
146
+ - bearerAuth : [ADMIN]
145
147
parameters :
146
148
- name : source_id
147
149
in : query
@@ -207,6 +209,8 @@ paths:
207
209
tags : [SOA]
208
210
summary : Get attitudes statistics
209
211
description : Returns like/skip counters for each person
212
+ security :
213
+ - bearerAuth : [ADMIN]
210
214
responses :
211
215
200 :
212
216
description : OK
Original file line number Diff line number Diff line change 5
5
servers :
6
6
- url : /api/v1
7
7
security :
8
- - bearerAuth : []
8
+ - bearerAuth : [USER, ADMIN ]
9
9
paths :
10
10
/monitoring/healthcheck :
11
11
get :
@@ -285,6 +285,8 @@ paths:
285
285
tags : [People]
286
286
summary : Delete person by id
287
287
description : Deletes a person with a given id forever?
288
+ security :
289
+ - bearerAuth : [ADMIN]
288
290
parameters :
289
291
- name : person_id
290
292
in : path
You can’t perform that action at this time.
0 commit comments