ADD bruno requests

This commit is contained in:
2025-06-05 19:38:30 +02:00
parent d1d3c23104
commit e2eb9b365a
13 changed files with 99 additions and 8 deletions

View File

@@ -0,0 +1,16 @@
meta {
name: Edit
type: http
seq: 1
}
post {
url: {{base_url}}/edit/{{uuid}}
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
startPoint: 30
endPoint: 120
}

View File

@@ -0,0 +1,11 @@
meta {
name: Process
type: http
seq: 2
}
get {
url: {{base_url}}/process/{{uuid}}
body: none
auth: inherit
}

View File

@@ -0,0 +1,11 @@
meta {
name: Progress
type: http
seq: 3
}
get {
url: {{base_url}}/progress/{{uuid}}
body: none
auth: inherit
}

View File

@@ -0,0 +1,3 @@
meta {
name: Edit
}