SmartMemory
POST
/memory/adapters/{integration_id}/install

Connect/install an integration adapter.

Path Parameters

integration_id*Integration Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Request to install/connect an adapter.

Response Body

application/json

application/json

curl -X POST "https://example.com/memory/adapters/string/install" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "integration_id": "string",
  "name": "string",
  "status": "string",
  "last_sync": "2019-08-24T14:15:22Z",
  "next_sync": "2019-08-24T14:15:22Z",
  "items_synced": 0,
  "config": {},
  "error_message": "string",
  "created_at": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}