meta { name: Updates an existing Function object. type: http seq: 5 } patch { url: {{baseUrl}}/memori/v2/Function/:strSessionID/:strFunctionID body: json auth: none } params:path { strSessionID: strFunctionID: } body:json { { "functionID": "", "functionType": "", "name": "", "description": "", "parameters": [ { "parameterID": "", "name": "", "description": "", "parameterType": "", "possibleValues": [], "required": "", "creationTimestamp": "", "creationSessionID": "", "lastChangeTimestamp": "", "lastChangeSessionID": "" } ], "webHook": "", "httpMethod": "", "httpHeaders": {}, "httpQueryStringTemplate": "", "httpBodyTemplate": "", "httpBodyContentType": "", "sendExtensionHeaders": [], "creationTimestamp": "", "creationSessionID": "", "lastChangeTimestamp": "", "lastChangeSessionID": "" } }