APIAttachments
Update attachment
Partially updates attachment metadata, type, or entity links.
x-api-key<token>
Preferred authentication header.
In: header
Path Parameters
attachmentId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://api.agent-brains.com/knowledge-base/attachments/string" \ -H "Content-Type: application/json" \ -d '{}'{
"_id": "string",
"name": "string",
"url": "string",
"description": "string",
"annotations": {},
"type": "string",
"entities": [
"string"
],
"createdAt": "string",
"updatedAt": "string"
}Empty
Empty
Empty