meta { name: Updates an existing Localization Key. type: http seq: 6 } patch { url: {{baseUrl}}/memori/v2/LocalizationKey/:strSessionID body: json auth: none } params:path { strSessionID: } body:json { { "key": "", "value": "", "creationTimestamp": "", "creationSessionID": "", "lastChangeTimestamp": "", "lastChangeSessionID": "" } }