bruno/memori-engine/CustomDictionary/Updates an existing Custom Word object.bru
2025-03-26 16:08:31 +02:00

29 lines
445 B
Plaintext

meta {
name: Updates an existing Custom Word object.
type: http
seq: 4
}
patch {
url: {{baseUrl}}/memori/v2/CustomWord/:strSessionID/:strCustomWordID
body: json
auth: none
}
params:path {
strSessionID:
strCustomWordID:
}
body:json {
{
"customWordID": "",
"word": "",
"definition": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}