Fix video tags update/upload in openapi
This commit is contained in:
parent
8f6e554bd6
commit
1fd12c7cfa
|
@ -23,7 +23,7 @@ info:
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
When you sign up for an account, you are given the possibility to generate
|
When you sign up for an account, you are given the possibility to generate
|
||||||
sessions, and authenticate using this session token. One session token can
|
sessions, and authenticate using this session token. One session token can
|
||||||
currently be used at a time.
|
currently be used at a time.
|
||||||
|
|
||||||
# Errors
|
# Errors
|
||||||
|
@ -61,7 +61,7 @@ tags:
|
||||||
description: >
|
description: >
|
||||||
Managing servers which the instance interacts with is crucial to the
|
Managing servers which the instance interacts with is crucial to the
|
||||||
concept of federation in PeerTube and external video indexation. The PeerTube
|
concept of federation in PeerTube and external video indexation. The PeerTube
|
||||||
server then deals with inter-server ActivityPub operations and propagates
|
server then deals with inter-server ActivityPub operations and propagates
|
||||||
information across its social graph by posting activities to actors' inbox
|
information across its social graph by posting activities to actors' inbox
|
||||||
endpoints.
|
endpoints.
|
||||||
- name: Video Abuse
|
- name: Video Abuse
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue