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

21 lines
207 B
Plaintext

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