mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-13 04:41:36 +00:00
Updated null types in initial OpenAPI spec
This commit is contained in:
parent
223e15643d
commit
bb297a302e
3 changed files with 165 additions and 165 deletions
|
|
@ -142,7 +142,7 @@ class CollectionController {
|
|||
* name:
|
||||
* type: string
|
||||
* description:
|
||||
* type: [string, null]
|
||||
* type: [string, 'null']
|
||||
* books:
|
||||
* type: array
|
||||
* items:
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ const oldCollection = require('../objects/Collection')
|
|||
* type: string
|
||||
* description:
|
||||
* description: The name of the collection.
|
||||
* type: [string, null]
|
||||
* type: [string, 'null']
|
||||
* books:
|
||||
* description: The books that belong to the collection.
|
||||
* type: array
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue