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

21 lines
199 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:
}
settings {
encodeUrl: true
timeout: 0
}