Files
multi-simadmin/packages/operation-registry/test/fixtures/upstream-58e2204/bruno-api/post_system_reboot.bru
T

23 lines
227 B
Plaintext

meta {
name: post_system_reboot
type: http
seq: 32
}
post {
url: http://192.168.68.1:3000/api/system/reboot
body: json
auth: inherit
}
body:json {
{
"delay_seconds": 3
}
}
settings {
encodeUrl: true
}