bruno/memori-engine/CorrelationPairs/Adds a new Correlation Pair object.bru
2025-03-26 16:08:31 +02:00

30 lines
443 B
Plaintext

meta {
name: Adds a new Correlation Pair object.
type: http
seq: 3
}
post {
url: {{baseUrl}}/memori/v2/CorrelationPair/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"pairID": "",
"text1": "",
"text2": "",
"correlated": "",
"occurrences": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}