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

21 lines
202 B
Plaintext

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