diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-06 10:19:41 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-06 10:20:11 +0200 |
commit | 97ea24045d6b87e4eb93e98032edc956f76825c8 (patch) | |
tree | 6f0d6081006d0a89904c8717db56451ff017cc0b /support/doc/api/openapi.yaml | |
parent | 61b66b361f3e5f6d507188517461c2791d0600e5 (diff) | |
download | PeerTube-97ea24045d6b87e4eb93e98032edc956f76825c8.tar.gz PeerTube-97ea24045d6b87e4eb93e98032edc956f76825c8.tar.zst PeerTube-97ea24045d6b87e4eb93e98032edc956f76825c8.zip |
Fix api doc in video update endpoint
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
619 | - name: privacy | 619 | - name: privacy |
620 | in: formData | 620 | in: formData |
621 | type: string | 621 | type: string |
622 | enum: [Public, Unlisted, Private] | 622 | enum: [Public, Unlisted] |
623 | description: 'Video privacy' | 623 | description: 'Video privacy' |
624 | responses: | 624 | responses: |
625 | '200': | 625 | '200': |