mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
fix: some typos
This commit is contained in:
parent
1811e0a06c
commit
3e944974e2
3 changed files with 8 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
components:
|
components:
|
||||||
schemas:
|
schemas:
|
||||||
downloads:
|
download:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Whether the user has permission to download media.
|
description: Whether the user has permission to download media.
|
||||||
example: true
|
example: true
|
||||||
|
|
@ -31,8 +31,8 @@ components:
|
||||||
permissions:
|
permissions:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
downloads:
|
download:
|
||||||
$ref: '#/components/schemas/downloads'
|
$ref: '#/components/schemas/download'
|
||||||
update:
|
update:
|
||||||
$ref: '#/components/schemas/update'
|
$ref: '#/components/schemas/update'
|
||||||
delete:
|
delete:
|
||||||
|
|
@ -46,7 +46,7 @@ components:
|
||||||
accessExplicitContent:
|
accessExplicitContent:
|
||||||
$ref: '#/components/schemas/accessExplicitContent'
|
$ref: '#/components/schemas/accessExplicitContent'
|
||||||
required:
|
required:
|
||||||
- downloads
|
- download
|
||||||
- update
|
- update
|
||||||
- delete
|
- delete
|
||||||
- upload
|
- upload
|
||||||
|
|
|
||||||
|
|
@ -79,8 +79,7 @@ components:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: '../Library.yaml#/components/schemas/libraryId'
|
$ref: '../Library.yaml#/components/schemas/libraryId'
|
||||||
itemTags:
|
itemTagsSelected:
|
||||||
$ref: '../../schemas.yaml#/components/schemas/tags'
|
$ref: '../../schemas.yaml#/components/schemas/tags'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue