mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Fix: formatting
This commit is contained in:
parent
7da2d0ae8c
commit
76100b680e
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@ components:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
example: ["To Be Read", "Genre: Nonfiction"]
|
example: ['To Be Read', 'Genre: Nonfiction']
|
||||||
inode:
|
inode:
|
||||||
description: The inode of the item in the file system.
|
description: The inode of the item in the file system.
|
||||||
type: string
|
type: string
|
||||||
format: "[0-9]*"
|
format: '[0-9]*'
|
||||||
example: '649644248522215260'
|
example: '649644248522215260'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue