Skip to content

Commit

Permalink
Fixed roles dto in swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Jul 26, 2023
1 parent 1f796f1 commit 4686d0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/swagger/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1581,12 +1581,20 @@ paths:
properties:
tag:
type: string
sysadmin:
type: boolean
admin:
type: boolean
mod:
type: boolean
editor:
type: boolean
user:
type: boolean
viewer:
type: boolean
debug:
type: boolean
'403':
$ref: '#/components/responses/Forbidden'
/api/v1/backup:
Expand Down

0 comments on commit 4686d0c

Please sign in to comment.