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

16 lines
222 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Gets a list of currently known context variable names.
type: http
seq: 1
}
get {
url: {{baseUrl}}/memori/v2/ContextVarNames/:strSessionID
body: none
auth: none
}
params:path {
strSessionID:
}