From 97ea24045d6b87e4eb93e98032edc956f76825c8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 6 Apr 2018 10:19:41 +0200 Subject: Fix api doc in video update endpoint --- support/doc/api/html/index.html | 3 +-- support/doc/api/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'support') diff --git a/support/doc/api/html/index.html b/support/doc/api/html/index.html index 59c982546..7c8384f8b 100644 --- a/support/doc/api/html/index.html +++ b/support/doc/api/html/index.html @@ -3209,8 +3209,7 @@ string Public, - Unlisted, - Private + Unlisted diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 86dfae69d..e5fe34a1d 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -619,7 +619,7 @@ paths: - name: privacy in: formData type: string - enum: [Public, Unlisted, Private] + enum: [Public, Unlisted] description: 'Video privacy' responses: '200': -- cgit v1.2.3