meta { name: Updates an existing Expert Reference object. type: http seq: 4 } patch { url: {{baseUrl}}/memori/v2/ExpertReference/:strSessionID/:strExpertReferenceID body: json auth: none } params:path { strSessionID: strExpertReferenceID: } body:json { { "expertID": "", "name": "", "description": "", "default": "", "expertMemoriID": "", "expertPassword": "", "expertBaseURL": "", "creationTimestamp": "", "creationSessionID": "", "lastChangeTimestamp": "", "lastChangeSessionID": "" } }