From 12fed49ebab0c414713d57ea316b6488ae6bef99 Mon Sep 17 00:00:00 2001 From: Mathieu Agopian Date: Fri, 29 Mar 2019 11:45:41 +0100 Subject: Add the video tags restrictions to the API docs Fixes #1744 --- support/doc/api/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') 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 -- cgit v1.2.3