mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
events: fix destination_group_obj not being nullable (#22161)
* events: fix `destination_group_obj` not being nullable * `make lint-fix`
This commit is contained in:
@@ -43829,6 +43829,7 @@ components:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/Group'
|
||||
readOnly: true
|
||||
nullable: true
|
||||
destination_event_user:
|
||||
type: boolean
|
||||
description: When enabled, notification will be sent to user the user that
|
||||
|
||||
Reference in New Issue
Block a user