fix(api): make username field nullable in UserSettings API schema (#1835)

This commit is contained in:
0xsysr3ll
2025-08-06 00:22:21 +02:00
committed by GitHub
parent e02ee24f70
commit c86ee0ddb1

View File

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