Skip to main content

Create Agent Note

POST 

/agents/:agentId/notes

Create Agent Note

Request

Path Parameters

    agentId stringrequired

Body

    agentId string

    Agent

    note string

    Note

    tags string

    Tags

Responses

Created Agent Note

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

Loading...