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':