We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7a8a1 commit db75677Copy full SHA for db75677
contract/src/main/resources/swagger/kafbat-ui-api.yaml
@@ -4278,6 +4278,22 @@ components:
4278
type: array
4279
items:
4280
$ref: '#/components/schemas/Action'
4281
+ defaultRole:
4282
+ type: object
4283
+ properties:
4284
+ permissions:
4285
+ type: array
4286
+ items:
4287
4288
4289
+ resource:
4290
+ $ref: '#/components/schemas/ResourceType'
4291
+ value:
4292
+ type: string
4293
+ actions:
4294
4295
4296
+ $ref: '#/components/schemas/Action'
4297
webclient:
4298
type: object
4299
properties:
0 commit comments