Create Agent Note
POST/agents/:agentId/notes
Create Agent Note
Request
Path Parameters
agentId stringrequired
- application/json
Body
agentId string
Agent
note string
Note
tags string
Tags
Responses
- 200
Created Agent Note
- application/json
- Schema
- Example (from schema)
Schema
agentId string
Agent
note string
Note
tags string
Tags
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
{
"agentId": "string",
"note": "string",
"tags": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...