ADD bruno for testing endpoints

This commit is contained in:
2025-05-15 09:28:37 +02:00
committed by dylandefaoite
parent ef742dab67
commit b75704ec75
7 changed files with 82 additions and 0 deletions

17
bruno/VoD-System/Edit.bru Normal file
View 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
}