28 lines
411 B
Plaintext
28 lines
411 B
Plaintext
|
|
meta {
|
||
|
|
name: Adds a new Custom Word object-
|
||
|
|
type: http
|
||
|
|
seq: 6
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: https://engine.memori.ai/memori/v2/CustomWord/{strSessionID}
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
strSessionID:
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"customWordID": "",
|
||
|
|
"word": "",
|
||
|
|
"definition": "",
|
||
|
|
"creationTimestamp": "",
|
||
|
|
"creationSessionID": "",
|
||
|
|
"lastChangeTimestamp": "",
|
||
|
|
"lastChangeSessionID": ""
|
||
|
|
}
|
||
|
|
}
|