Additional debugging

This commit is contained in:
Nicholas Wallace 2024-05-09 06:10:02 +00:00
parent 5fdfc9e454
commit 5295088462
5 changed files with 257 additions and 3 deletions

View file

@ -168,6 +168,25 @@ paths:
type: array
items:
$ref: './objects/Library.yaml#/components/schemas/library'
post:
operationId: createLibrary
summary: Create a new library on server
tags:
- Libraries
parameters:
- $ref: './controllers/LibraryController.yaml#/components/parameters/libraryName'
- $ref: './controllers/LibraryController.yaml#/components/parameters/libraryFolders'
- $ref: './controllers/LibraryController.yaml#/components/parameters/libraryIcon'
- $ref: './controllers/LibraryController.yaml#/components/parameters/libraryMediaType'
- $ref: './controllers/LibraryController.yaml#/components/parameters/libraryProvider'
- $ref: './controllers/LibraryController.yaml#/components/parameters/librarySettings'
responses:
200:
description: createLibrary OK
content:
application/json:
schema:
$ref: './objects/Library.yaml#/components/schemas/library'
tags:
- name: Authors
description: Author endpoints