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

22 lines
318 B
Plaintext

meta {
name: params-path-odata
type: http
seq: 11
}
get {
url: http://localhost:8081/api/echo/anything/odata/Category(':CategoryID')/Item(:ItemId)/:xpath/Tags("tag test")
body: none
auth: none
}
params:path {
CategoryID: category123
ItemId: item456
xpath: foobar
}
settings {
encodeUrl: false
}