{ "opencollection": "1.0.0", "info": { "name": "Helpcenter AgentSignatures API", "version": "1.0.0" }, "items": [ { "info": { "name": "AgentSignatures", "type": "folder" }, "items": [ { "info": { "name": "Get signatures of agent", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/agents/:agentId/signatures", "params": [ { "name": "agentId", "value": "", "type": "path" } ] }, "docs": "This API fetches the different signatures configured by an agent." }, { "info": { "name": "Update signatures of agent", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/agents/:agentId/signatures", "params": [ { "name": "agentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API updates the existing signatures of an agent." }, { "info": { "name": "Update customized signatures of agent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/agents/:agentId/updateCustomizedSignature", "params": [ { "name": "agentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API updates the customized signatures of an agent." } ] } ], "bundled": true }