mirror of
https://github.com/TeamPiped/OpenAPI.git
synced 2024-08-14 23:56:55 +00:00
fix uploaded type
This commit is contained in:
parent
34ff7173c3
commit
27e336176a
2 changed files with 8 additions and 0 deletions
7
openapitools.json
Normal file
7
openapitools.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
||||||
|
"spaces": 2,
|
||||||
|
"generator-cli": {
|
||||||
|
"version": "7.3.0"
|
||||||
|
}
|
||||||
|
}
|
|
@ -713,6 +713,7 @@ components:
|
||||||
description: The title of the video.
|
description: The title of the video.
|
||||||
uploaded:
|
uploaded:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: int64
|
||||||
description: The date in unix epoch the video was uploaded.
|
description: The date in unix epoch the video was uploaded.
|
||||||
uploadedDate:
|
uploadedDate:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in a new issue