mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 11:51:36 +00:00
Added some smaller fixes and the getaitem endpoint
This commit is contained in:
parent
3e944974e2
commit
7ae904ccbb
7 changed files with 49 additions and 3 deletions
|
|
@ -81,6 +81,8 @@ paths:
|
|||
$ref: './controllers/AuthController.yaml#/paths/~1login'
|
||||
/logout:
|
||||
$ref: './controllers/AuthController.yaml#/paths/~1logout'
|
||||
/api/items/{id}:
|
||||
$ref: './controllers/LibraryItemController.yaml#/paths/~1api~1items~1{id}'
|
||||
tags:
|
||||
- name: Authors
|
||||
description: Author endpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue