brf/.bruno/API/api-suppliers--id.bru
2025-12-18 10:20:02 +01:00

21 lines
207 B
Plaintext

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