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:
|
banner:
|
||||||
type: string
|
type: string
|
||||||
format: url
|
format: url
|
||||||
|
nullable: true
|
||||||
defaultUploadQuota:
|
defaultUploadQuota:
|
||||||
type: integer
|
type: integer
|
||||||
supportedUploadExtensions:
|
supportedUploadExtensions:
|
||||||
|
@ -477,6 +478,7 @@ components:
|
||||||
type: boolean
|
type: boolean
|
||||||
domains:
|
domains:
|
||||||
type: array
|
type: array
|
||||||
|
nullable: true
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
funkwhaleSupportMessageEnabled:
|
funkwhaleSupportMessageEnabled:
|
||||||
|
|
Loading…
Reference in New Issue