fix: some typos

This commit is contained in:
Vito0912 2024-07-27 22:10:33 +02:00
parent 1811e0a06c
commit 3e944974e2
3 changed files with 8 additions and 9 deletions

View file

@ -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

View file

@ -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.