fix uploaded type

This commit is contained in:
Marc0x1 2024-02-25 17:02:29 +01:00
parent 34ff7173c3
commit 27e336176a
2 changed files with 8 additions and 0 deletions

7
openapitools.json Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.3.0"
}
}

View File

@ -713,6 +713,7 @@ components:
description: The title of the video.
uploaded:
type: integer
format: int64
description: The date in unix epoch the video was uploaded.
uploadedDate:
type: string