bruno/memori-engine/LocalizationKeys/Updates an existing Localization Key-.bru

27 lines
394 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Updates an existing Localization Key-
type: http
seq: 6
}
patch {
url: https://engine.memori.ai/memori/v2/LocalizationKey/{strSessionID}
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"key": "",
"value": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}