Attach knowledge item to agent

Attaches an existing knowledge item to an agent

Authentication

AuthorizationBearer
API token from https://app.resemble.ai/account/api

Path parameters

agent_uuidstringRequiredformat: "uuid"
The UUID of the agent

Request

This endpoint expects an object.
knowledge_item_uuidstringRequiredformat: "uuid"
The UUID of the knowledge item to attach

Response

Knowledge item attached successfully
successboolean or null
itemslist of objects or null
messagestring or null

Errors