diff --git a/docs/objects/Permissions.yaml b/docs/objects/Permissions.yaml index cfda324fb..8a1b91543 100644 --- a/docs/objects/Permissions.yaml +++ b/docs/objects/Permissions.yaml @@ -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 \ No newline at end of file + - accessExplicitContent diff --git a/docs/objects/entities/User.yaml b/docs/objects/entities/User.yaml index 15d1b5479..6d0ca074d 100644 --- a/docs/objects/entities/User.yaml +++ b/docs/objects/entities/User.yaml @@ -79,8 +79,7 @@ components: type: array items: $ref: '../Library.yaml#/components/schemas/libraryId' - itemTags: + itemTagsSelected: $ref: '../../schemas.yaml#/components/schemas/tags' - - - \ No newline at end of file + + diff --git a/docs/openapi.json b/docs/openapi.json index c161925af..c75e29d62 100644 Binary files a/docs/openapi.json and b/docs/openapi.json differ