20 lines
303 B
Plaintext
20 lines
303 B
Plaintext
meta {
|
|
name: Upload
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/api/v1/upload
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
body:multipart-form {
|
|
file: @file(/Users/faoite/Downloads/Why Australia's Economy is Stalling.mp4)
|
|
}
|
|
|
|
script:post-response {
|
|
bru.setEnvVar("video_uuid",res.getBody());
|
|
}
|