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

20 lines
214 B
Plaintext

meta {
name: path-param-space
type: http
seq: 16
}
get {
url: http://localhost:8081/api/echo/anything/users/:id
body: none
auth: none
}
params:path {
id: John Doe
}
settings {
encodeUrl: false
}