mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 03:41:42 +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:
|
||||
schemas:
|
||||
downloads:
|
||||
download:
|
||||
type: boolean
|
||||
description: Whether the user has permission to download media.
|
||||
example: true
|
||||
|
|
@ -31,8 +31,8 @@ components:
|
|||
permissions:
|
||||
type: object
|
||||
properties:
|
||||
downloads:
|
||||
$ref: '#/components/schemas/downloads'
|
||||
download:
|
||||
$ref: '#/components/schemas/download'
|
||||
update:
|
||||
$ref: '#/components/schemas/update'
|
||||
delete:
|
||||
|
|
@ -46,10 +46,10 @@ components:
|
|||
accessExplicitContent:
|
||||
$ref: '#/components/schemas/accessExplicitContent'
|
||||
required:
|
||||
- downloads
|
||||
- download
|
||||
- update
|
||||
- delete
|
||||
- upload
|
||||
- accessAllLibraries
|
||||
- accessAllTags
|
||||
- accessExplicitContent
|
||||
- accessExplicitContent
|
||||
|
|
|
|||
|
|
@ -79,8 +79,7 @@ components:
|
|||
type: array
|
||||
items:
|
||||
$ref: '../Library.yaml#/components/schemas/libraryId'
|
||||
itemTags:
|
||||
itemTagsSelected:
|
||||
$ref: '../../schemas.yaml#/components/schemas/tags'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue