Compare commits

...

1 Commits

Author SHA1 Message Date
0xsysr3ll
d36cccc568 fix(api): make username field nullable in UserSettings API schema 2025-08-05 18:37:50 +02:00

View File

@@ -143,6 +143,7 @@ components:
properties:
username:
type: string
nullable: true
example: 'Mr User'
email:
type: string