Skip to content

Commit

Permalink
feat: update external v1 api (#4)
Browse files Browse the repository at this point in the history
andrejpetras authored Jan 14, 2024
1 parent a1553fc commit 7e1da21
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/main/openapi/onecx-permission-v1.yaml
Original file line number Diff line number Diff line change
@@ -67,9 +67,7 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/WorkspacePermissionApplications'
$ref: '#/components/schemas/WorkspacePermissionApplications'
400:
description: Bad request
content:
@@ -101,9 +99,7 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/ApplicationPermissions'
$ref: '#/components/schemas/ApplicationPermissions'
400:
description: Bad request
content:

0 comments on commit 7e1da21

Please sign in to comment.