Fix video tags update/upload in openapi

This commit is contained in:
Chocobozzz 2019-01-09 14:10:25 +01:00
parent 8f6e554bd6
commit 1fd12c7cfa
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 8 additions and 4 deletions

View File

@ -843,7 +843,9 @@ paths:
type: string type: string
tags: tags:
description: Video tags description: Video tags
type: string type: array
items:
type: string
commentsEnabled: commentsEnabled:
description: Enable or disable comments for this video description: Enable or disable comments for this video
type: string type: string
@ -1050,7 +1052,9 @@ paths:
type: string type: string
tags: tags:
description: Video tags description: Video tags
type: string type: array
items:
type: string
commentsEnabled: commentsEnabled:
description: Enable or disable comments for this video description: Enable or disable comments for this video
type: string type: string