Skip to content

Commit c86ee0d

Browse files
authored
fix(api): make username field nullable in UserSettings API schema (#1835)
1 parent e02ee24 commit c86ee0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jellyseerr-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ components:
143143
properties:
144144
username:
145145
type: string
146+
nullable: true
146147
example: 'Mr User'
147148
email:
148149
type: string

0 commit comments

Comments
 (0)