Files
bruno/tests/request/generate-code/collection/requests/path-param-hash-trailing.bru
2026-06-09 12:54:24 +05:30

20 lines
230 B
Plaintext

meta {
name: path-param-hash-trailing
type: http
seq: 29
}
get {
url: http://localhost:8081/api/echo/anything/users/:id/profile
body: none
auth: none
}
params:path {
id: john#doe
}
settings {
encodeUrl: false
}