29 lines
458 B
Plaintext
29 lines
458 B
Plaintext
meta {
|
|
name: Updates an existing Custom Word object-
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
patch {
|
|
url: https://engine.memori.ai/memori/v2/CustomWord/{strSessionID}/{strCustomWordID}
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
strCustomWordID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"customWordID": "",
|
|
"word": "",
|
|
"definition": "",
|
|
"creationTimestamp": "",
|
|
"creationSessionID": "",
|
|
"lastChangeTimestamp": "",
|
|
"lastChangeSessionID": ""
|
|
}
|
|
}
|