mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 20:31:36 +00:00
Fix: addedAt schema
This commit is contained in:
parent
02a4014342
commit
dba872334a
2 changed files with 9 additions and 0 deletions
|
|
@ -718,6 +718,11 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"addedAt": {
|
||||||
|
"type": "integer",
|
||||||
|
"description": "The time (in ms since POSIX epoch) when added to the server.",
|
||||||
|
"example": 1633522963509
|
||||||
|
},
|
||||||
"createdAt": {
|
"createdAt": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "The time (in ms since POSIX epoch) when was created.",
|
"description": "The time (in ms since POSIX epoch) when was created.",
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,10 @@
|
||||||
* @openapi
|
* @openapi
|
||||||
* components:
|
* components:
|
||||||
* schemas:
|
* schemas:
|
||||||
|
* addedAt:
|
||||||
|
* type: integer
|
||||||
|
* description: The time (in ms since POSIX epoch) when added to the server.
|
||||||
|
* example: 1633522963509
|
||||||
* createdAt:
|
* createdAt:
|
||||||
* type: integer
|
* type: integer
|
||||||
* description: The time (in ms since POSIX epoch) when was created.
|
* description: The time (in ms since POSIX epoch) when was created.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue