bruno/memori-engine/CorrelationPairs/Adds a new Correlation Pair object-.bru
2024-07-16 11:15:30 +03:00

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": ""
}
}