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: properties:
username: username:
type: string type: string
nullable: true
example: 'Mr User' example: 'Mr User'
email: email:
type: string type: string