{ "opencollection": "1.0.0", "info": { "name": "ServiceNow - Remedy Incident synchronisation", "version": "v1.0" }, "items": [ { "info": { "name": "Incident ticket", "type": "folder" }, "items": [ { "info": { "name": "Create a new ticket", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/incident" }, "docs": "Create a new ticket by specifying the 'originIncidentNumber'." }, { "info": { "name": "Modify an existing ticket", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/incident" }, "docs": "This call is used to update a ticket that already exists by using the 'targetIncidentNumber'." } ] } ], "bundled": true }