aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorMathieu Agopian <mathieu@agopian.info>2019-03-29 11:45:41 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-03-29 16:58:05 +0100
commit12fed49ebab0c414713d57ea316b6488ae6bef99 (patch)
tree6a43a6c80e8ad1b5ae68ced8c985af6653aa42d5 /support
parentccd3182a0d67c1d9e58bcccd633a8ad2b2f51328 (diff)
downloadPeerTube-12fed49ebab0c414713d57ea316b6488ae6bef99.tar.gz
PeerTube-12fed49ebab0c414713d57ea316b6488ae6bef99.tar.zst
PeerTube-12fed49ebab0c414713d57ea316b6488ae6bef99.zip
Add the video tags restrictions to the API docs
Fixes #1744
Diffstat (limited to 'support')
-rw-r--r--support/doc/api/openapi.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 6521c6a65..46c66a101 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -842,7 +842,7 @@ paths:
842 description: Video name 842 description: Video name
843 type: string 843 type: string
844 tags: 844 tags:
845 description: Video tags 845 description: Video tags (maximum 5 tags each between 2 and 30 characters)
846 type: array 846 type: array
847 items: 847 items:
848 type: string 848 type: string