From: Chocobozzz Date: Fri, 6 Apr 2018 08:19:41 +0000 (+0200) Subject: Fix api doc in video update endpoint X-Git-Tag: v1.0.0-beta.4~76 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=97ea24045d6b87e4eb93e98032edc956f76825c8;p=oweals%2Fpeertube.git Fix api doc in video update endpoint --- 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':