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

20 lines
225 B
Plaintext

meta {
name: path-param-colon
type: http
seq: 22
}
get {
url: http://localhost:8081/api/echo/anything/users/:id
body: none
auth: none
}
params:path {
id: 2026-01-15T10:30:00
}
settings {
encodeUrl: false
}