meta { name: Updates an existing Custom Word object. type: http seq: 4 } patch { url: {{baseUrl}}/memori/v2/CustomWord/:strSessionID/:strCustomWordID body: json auth: none } params:path { strSessionID: strCustomWordID: } body:json { { "customWordID": "", "word": "", "definition": "", "creationTimestamp": "", "creationSessionID": "", "lastChangeTimestamp": "", "lastChangeSessionID": "" } }