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

20 lines
211 B
Plaintext

meta {
name: path-param-comma
type: http
seq: 23
}
get {
url: http://localhost:8081/api/echo/anything/users/:id
body: none
auth: none
}
params:path {
id: a,b,c
}
settings {
encodeUrl: false
}