mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
22 lines
205 B
Plaintext
22 lines
205 B
Plaintext
meta {
|
|
name: shellComand
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
patch {
|
|
url: 127.0.0.1:1323/api/shellCommand
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"command": "ls"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|