ADD bruno for testing endpoints
This commit is contained in:
17
bruno/VoD-System/Edit.bru
Normal file
17
bruno/VoD-System/Edit.bru
Normal file
@@ -0,0 +1,17 @@
|
||||
meta {
|
||||
name: Edit
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{base_url}}/edit/{{video_uuid}}
|
||||
body: formUrlEncoded
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:form-urlencoded {
|
||||
startPoint: 10
|
||||
endPoint: 30
|
||||
fileSize: 8000
|
||||
}
|
||||
Reference in New Issue
Block a user