bruno/memori-engine/LocalizationKeys/Add a new Localization Key.bru
2025-03-26 16:08:31 +02:00

27 lines
370 B
Plaintext

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