pangolin/bruno/Targets/listTargets.bru
Owen Schwartz 797f72e1d0
Add bruno
2024-10-06 17:42:28 -04:00

16 lines
218 B
Text

meta {
name: listTargets
type: http
seq: 1
}
get {
url: http://localhost:3000/api/v1/resource/web.main.localhost/targets?limit=10&offset=0
body: none
auth: none
}
params:query {
limit: 10
offset: 0
}