brf/.bruno/BRF/api-entries--id.bru
2025-12-09 12:00:39 +01:00

21 lines
202 B
Plaintext

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