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

21 lines
206 B
Plaintext

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