bruno/memori-engine/ContextVars/Gets a list of currently known values for a named context variable.bru

17 lines
271 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Gets a list of currently known values for a named context variable.
2024-07-16 10:15:30 +02:00
type: http
seq: 2
}
get {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/memori/v2/ContextVarValues/:strSessionID/:contextVarName
2024-07-16 10:15:30 +02:00
body: none
auth: none
}
params:path {
2025-03-26 15:08:31 +01:00
strSessionID:
contextVarName:
2024-07-16 10:15:30 +02:00
}