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

21 lines
203 B
Plaintext

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