meta { name: Updates an existing Integration object. type: http seq: 4 } patch { url: {{baseUrl}}/api/v2/Integration/:strToken/:strIntegrationID body: json auth: none } params:path { strToken: strIntegrationID: } body:json { { "integrationID": "", "memoriID": "", "type": "", "state": "", "deviceEmails": [], "invocationText": "", "jobID": "", "customData": "", "resources": [ { "name": "", "url": "" } ], "publish": "", "creationTimestamp": "", "lastChangeTimestamp": "" } }