{ "opencollection": "1.0.0", "info": { "name": "Platform subpackage_contacts API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_contacts", "type": "folder" }, "items": [ { "info": { "name": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.synthflow.ai/v2/contacts", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a contact" }, { "info": { "name": "Update a contact", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.synthflow.ai/v2/contacts/:contact_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "contact_id", "value": "", "type": "path", "description": "The contact's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a contact" } ] } ], "bundled": true }