{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Write API", "version": "1.0.0" }, "items": [ { "info": { "name": "Write", "type": "folder" }, "items": [ { "info": { "name": "Create Bulk Write Job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/write", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new bulk write job to insert or update records in bulk" }, { "info": { "name": "Get Bulk Write Job Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/write/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "Unique identifier of the bulk write job" } ] }, "docs": "To upload a CSV file in ZIP format for bulk write API. The response contains the file_id. Use this ID while making the bulk write request." } ] } ], "bundled": true }