remove superfluous privacy field for upload
This commit is contained in:
parent
8d1fa36ad2
commit
cfd140abd6
1 changed files with 0 additions and 3 deletions
|
@ -771,7 +771,6 @@ paths:
|
||||||
- videofile
|
- videofile
|
||||||
- channelId
|
- channelId
|
||||||
- name
|
- name
|
||||||
- privacy
|
|
||||||
x-code-samples:
|
x-code-samples:
|
||||||
- lang: Shell
|
- lang: Shell
|
||||||
source: |
|
source: |
|
||||||
|
@ -781,7 +780,6 @@ paths:
|
||||||
PASSWORD="<your_password>"
|
PASSWORD="<your_password>"
|
||||||
FILE_PATH="<your_file_path>"
|
FILE_PATH="<your_file_path>"
|
||||||
CHANNEL_ID="<your_channel_id>"
|
CHANNEL_ID="<your_channel_id>"
|
||||||
PRIVACY="1" # public: 1, unlisted: 2, private: 3
|
|
||||||
NAME="<video_name>"
|
NAME="<video_name>"
|
||||||
|
|
||||||
API_PATH="https://peertube2.cpy.re/api/v1"
|
API_PATH="https://peertube2.cpy.re/api/v1"
|
||||||
|
@ -798,7 +796,6 @@ paths:
|
||||||
videofile@$FILE_PATH \
|
videofile@$FILE_PATH \
|
||||||
channelId=$CHANNEL_ID \
|
channelId=$CHANNEL_ID \
|
||||||
name=$NAME \
|
name=$NAME \
|
||||||
privacy=$PRIVACY \
|
|
||||||
"Authorization:Bearer $token"
|
"Authorization:Bearer $token"
|
||||||
/videos/abuse:
|
/videos/abuse:
|
||||||
get:
|
get:
|
||||||
|
|
Loading…
Reference in a new issue