docs: example requests

This commit is contained in:
2025-08-17 13:37:10 +02:00
parent 967ca7651a
commit 8d3bf0e32e
7 changed files with 118 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
meta {
name: uploadFile
type: http
seq: 3
}
post {
url: 127.0.0.1:1323/api/file/titel.jpg
body: file
auth: inherit
}
settings {
encodeUrl: true
}