fix(docs): Add nullable fields to Nodeinfo schema
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2629>
This commit is contained in:
parent
473cc1be25
commit
95c8e798ab
|
@ -464,6 +464,7 @@ components:
|
|||
banner:
|
||||
type: string
|
||||
format: url
|
||||
nullable: true
|
||||
defaultUploadQuota:
|
||||
type: integer
|
||||
supportedUploadExtensions:
|
||||
|
@ -477,6 +478,7 @@ components:
|
|||
type: boolean
|
||||
domains:
|
||||
type: array
|
||||
nullable: true
|
||||
items:
|
||||
type: string
|
||||
funkwhaleSupportMessageEnabled:
|
||||
|
|
Loading…
Reference in New Issue