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

20 lines
212 B
Plaintext

meta {
name: path-param-hash
type: http
seq: 15
}
get {
url: http://localhost:8081/api/echo/anything/users/:id
body: none
auth: none
}
params:path {
id: aaa#bbb
}
settings {
encodeUrl: false
}