bruno/memori-engine/Memories/Checks if a Memory object is accessible from the specified session-.bru

17 lines
274 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Checks if a Memory object is accessible from the specified session-
type: http
seq: 9
}
get {
url: https://engine.memori.ai/memori/v2/MemoryAccess/{strSessionID}/{strMemoryID}
body: none
auth: none
}
params:path {
strSessionID:
strMemoryID:
}