mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 03:41:42 +00:00
Fixed some minor bugs and added to root
This commit is contained in:
parent
7ef2eed2ad
commit
9b3cb4ed33
5 changed files with 72 additions and 60 deletions
|
|
@ -83,6 +83,8 @@ paths:
|
|||
$ref: './controllers/AuthController.yaml#/paths/~1logout'
|
||||
/api/items/{id}:
|
||||
$ref: './controllers/LibraryItemController.yaml#/paths/~1api~1items~1{id}'
|
||||
/api/items/{id}/play/{episodeId}:
|
||||
$ref: './controllers/LibraryItemController.yaml#/paths/~1api~1items~1{id}~1play~1{episodeId}'
|
||||
tags:
|
||||
- name: Authors
|
||||
description: Author endpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue