{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Upsert API", "version": "1.0.0" }, "items": [ { "info": { "name": "Upsert", "type": "folder" }, "items": [ { "info": { "name": "To insert a new or update an existing record based on duplicate check field", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:module/upsert", "params": [ { "name": "module", "value": "", "type": "path", "description": "Specifies the module name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The Upsert API allows you to insert a new record or update an existing one based on duplicate check field values." } ] } ], "bundled": true }