bruno/memori-engine/ContextVars/Gets a list of currently known values for a named context variable.bru
2025-03-26 16:08:31 +02:00

17 lines
271 B
Plaintext

meta {
name: Gets a list of currently known values for a named context variable.
type: http
seq: 2
}
get {
url: {{baseUrl}}/memori/v2/ContextVarValues/:strSessionID/:contextVarName
body: none
auth: none
}
params:path {
strSessionID:
contextVarName:
}