bruno/memori-engine/CorrelationPairs/Adds a new Correlation Pair object-.bru

30 lines
456 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
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": ""
}
}