30 lines
456 B
Plaintext
30 lines
456 B
Plaintext
|
|
meta {
|
||
|
|
name: Adds a new Correlation Pair object-
|
||
|
|
type: http
|
||
|
|
seq: 3
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: https://engine.memori.ai/memori/v2/CorrelationPair/{strSessionID}
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
strSessionID:
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"pairID": "",
|
||
|
|
"text1": "",
|
||
|
|
"text2": "",
|
||
|
|
"correlated": "",
|
||
|
|
"occurrences": "",
|
||
|
|
"creationTimestamp": "",
|
||
|
|
"creationSessionID": "",
|
||
|
|
"lastChangeTimestamp": "",
|
||
|
|
"lastChangeSessionID": ""
|
||
|
|
}
|
||
|
|
}
|