From: Mathieu Agopian Date: Fri, 29 Mar 2019 10:45:41 +0000 (+0100) Subject: Add the video tags restrictions to the API docs X-Git-Tag: v1.3.0-rc.1~114 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=12fed49ebab0c414713d57ea316b6488ae6bef99;p=oweals%2Fpeertube.git Add the video tags restrictions to the API docs Fixes #1744 --- 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: description: Video name type: string tags: - description: Video tags + description: Video tags (maximum 5 tags each between 2 and 30 characters) type: array items: type: string