mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-25 21:41:27 +00:00
Remove redundant security strings from swagger
This commit is contained in:
parent
ea696d0f0e
commit
d7fe7097e6
|
@ -43,8 +43,6 @@ class AuthorizeDevice(Resource):
|
|||
---
|
||||
tags:
|
||||
- Tokens
|
||||
security:
|
||||
- bearerAuth: []
|
||||
parameters:
|
||||
- in: body
|
||||
name: data
|
||||
|
|
|
@ -140,8 +140,6 @@ class UseRecoveryToken(Resource):
|
|||
---
|
||||
tags:
|
||||
- Tokens
|
||||
security:
|
||||
- bearerAuth: []
|
||||
parameters:
|
||||
- in: body
|
||||
name: data
|
||||
|
|
Loading…
Reference in a new issue