Test all security of routes #76

This commit is contained in:
2021-03-31 02:30:47 +02:00
parent 9f13213a35
commit f17277c0e9
2 changed files with 147 additions and 6 deletions

View File

@@ -124,8 +124,6 @@ paths:
parameters:
- $ref: '#/components/parameters/article'
get:
security:
- JWTAuth: []
summary: Get one article
tags:
- article
@@ -1138,8 +1136,6 @@ paths:
/workgroups:
get:
summary: Get all Workgroup (Paginated)
security:
- JWTAuth: [ ]
tags:
- workgroup
parameters:
@@ -1206,8 +1202,6 @@ paths:
- $ref: '#/components/parameters/workgroup'
get:
summary: Get one workgroup by ID
security:
- JWTAuth: [ ]
tags:
- workgroup
responses: