mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-16 04:11:29 +00:00
20 lines
210 B
Plaintext
20 lines
210 B
Plaintext
meta {
|
|
name: path-param-braces
|
|
type: http
|
|
seq: 26
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:8081/api/echo/anything/users/:id
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
id: {x}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: false
|
|
}
|