17 lines
261 B
Plaintext
17 lines
261 B
Plaintext
meta {
|
|
name: Checks if a Memory object is accessible from the specified session.
|
|
type: http
|
|
seq: 9
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/memori/v2/MemoryAccess/:strSessionID/:strMemoryID
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
strMemoryID:
|
|
}
|