bruno/memori-engine/Stats/Computes text quality indexes for a Memori.bru
2025-03-26 16:08:31 +02:00

17 lines
251 B
Plaintext

meta {
name: Computes text quality indexes for a Memori.
type: http
seq: 1
}
get {
url: {{baseUrl}}/memori/v2/TextQualityIndexes/:strSessionID/:strLatestUpdate
body: none
auth: none
}
params:path {
strSessionID:
strLatestUpdate:
}