bruno/memori-engine/Stats/Computes text quality indexes for a Memori.bru

17 lines
251 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
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:
}