Files
PLG-MuDiCS/display/requests/keyboardInput.bru
T

22 lines
207 B
Plaintext

meta {
name: keyboardInput
type: http
seq: 2
}
patch {
url: 127.0.0.1:1323/api/keyboardInput
body: json
auth: inherit
}
body:json {
{
"key": "VK_T"
}
}
settings {
encodeUrl: true
}