Template
1
0
Files
boilerplate/api/.bruno/account/GetById.bru

20 lines
171 B
Plaintext

meta {
name: Get By ID
type: http
seq: 2
}
get {
url: {{url}}/accounts/:id
body: none
auth: inherit
}
params:path {
id:
}
settings {
encodeUrl: true
}