brf/.bruno/BRF/api-invoice--id.bru

21 lines
203 B
Plaintext

meta {
name: /api/invoice/:id
type: http
seq: 7
}
get {
url: {{base_url}}/api/invoices/:id
body: none
auth: inherit
}
params:path {
id: 234
}
settings {
encodeUrl: true
timeout: 0
}