otter/bruno/Device API/List devices for user.bru

16 lines
183 B
Plaintext

meta {
name: List devices for user
type: http
seq: 1
}
get {
url: http://localhost:8080/api/2/devices/:user
body: none
auth: inherit
}
params:path {
user: test.json
}