Fix REST API doc
This commit is contained in:
parent
0edcbd7530
commit
8726cd4941
|
@ -1362,11 +1362,11 @@ paths:
|
||||||
example: 4
|
example: 4
|
||||||
licence:
|
licence:
|
||||||
description: Video licence
|
description: Video licence
|
||||||
type: string
|
|
||||||
language:
|
|
||||||
description: Video language
|
|
||||||
type: integer
|
type: integer
|
||||||
example: 2
|
example: 2
|
||||||
|
language:
|
||||||
|
description: Video language
|
||||||
|
type: string
|
||||||
description:
|
description:
|
||||||
description: Video description
|
description: Video description
|
||||||
type: string
|
type: string
|
||||||
|
@ -1484,10 +1484,12 @@ paths:
|
||||||
$ref: '#/components/schemas/VideoPrivacySet'
|
$ref: '#/components/schemas/VideoPrivacySet'
|
||||||
category:
|
category:
|
||||||
description: Video category
|
description: Video category
|
||||||
type: string
|
type: integer
|
||||||
|
example: 4
|
||||||
licence:
|
licence:
|
||||||
description: Video licence
|
description: Video licence
|
||||||
type: string
|
type: integer
|
||||||
|
example: 2
|
||||||
language:
|
language:
|
||||||
description: Video language
|
description: Video language
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in New Issue