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

17 lines
261 B
Plaintext
Raw Normal View History

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