mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
fix(api): make username field nullable in UserSettings API schema
This commit is contained in:
@@ -143,6 +143,7 @@ components:
|
||||
properties:
|
||||
username:
|
||||
type: string
|
||||
nullable: true
|
||||
example: 'Mr User'
|
||||
email:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user