fix(api): make username field nullable in UserSettings API schema (#1835)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user