bruno/memori-engine/LocalizationKeys/Add an new Localization Key-.bru
2024-07-16 11:15:30 +03:00

27 lines
384 B
Plaintext

meta {
name: Add an new Localization Key-
type: http
seq: 5
}
post {
url: https://engine.memori.ai/memori/v2/LocalizationKey/{strSessionID}
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"key": "",
"value": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}