mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 11:51:36 +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
|
|
@ -40,7 +40,7 @@ paths:
|
|||
description: TODO
|
||||
oneOf:
|
||||
- $ref: '../objects/LibraryItem.yaml#/components/schemas/libraryItem'
|
||||
/api/items/{id}/play:
|
||||
/api/items/{id}/play/{episodeId}:
|
||||
parameters:
|
||||
- name: id
|
||||
in: path
|
||||
|
|
@ -48,6 +48,12 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
$ref: '../objects/LibraryItem.yaml#/components/schemas/libraryItemId'
|
||||
- name: episodeId
|
||||
in: path
|
||||
description: The ID of the episode to play.
|
||||
required: false
|
||||
schema:
|
||||
$ref: '../objects/mediaTypes/Podcast.yaml#/components/schemas/podcastId'
|
||||
post:
|
||||
operationId: playLibraryItem
|
||||
summary: Play a library item.
|
||||
|
|
|
|||
2
docs/controllers/MeController.yaml
Normal file
2
docs/controllers/MeController.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
paths:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue