bruno/memori-engine/CustomDictionary/Adds a new Custom Word object-.bru
2024-07-16 11:15:30 +03:00

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": ""
}
}