Add validation on route GetWorkgroups
This commit is contained in:
@@ -1359,6 +1359,12 @@ paths:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/WorkgroupListing'
|
||||
400:
|
||||
description: BadReqest
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/400'
|
||||
post:
|
||||
summary: Create new Workgroup
|
||||
security:
|
||||
|
||||
Reference in New Issue
Block a user