Skip to content

Commit d25e021

Browse files
authored
Merge pull request #751 from bnussman/make-event-username-nullable
Make `Event` `username` Nullable
2 parents 57632a1 + 6aa5c04 commit d25e021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21529,6 +21529,7 @@ components:
2152921529
username:
2153021530
type: string
2153121531
readOnly: true
21532+
nullable: true
2153221533
description: >
2153321534
The username of the User who caused the Event.
2153421535
example: exampleUser

0 commit comments

Comments
 (0)