mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-13 04:41:36 +00:00
First draft for user / login and logout
This commit is contained in:
parent
ee53086444
commit
15136e2562
5 changed files with 274 additions and 0 deletions
18
docs/objects/Bookmarks.yaml
Normal file
18
docs/objects/Bookmarks.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
components:
|
||||
schemas:
|
||||
time:
|
||||
type: integer
|
||||
description: The time (in ms since POSIX epoch) when the bookmark was created.
|
||||
example: 1616239000
|
||||
bookmark:
|
||||
properties:
|
||||
libraryItemId:
|
||||
$ref: 'LibraryItem.yaml#/components/schemas/libraryItemId'
|
||||
title:
|
||||
type: string
|
||||
description: The title of the bookmark.
|
||||
example: Chapter 1
|
||||
time:
|
||||
$ref: '#/components/schemas/time'
|
||||
createdAt:
|
||||
$ref: '../schemas.yaml#/components/schemas/createdAt'
|
||||
Loading…
Add table
Add a link
Reference in a new issue