Skip to main content

Create a note

POST 

/api/v3/note

Request

Body

    note string

    Note text

    context_str string

    The type of object the note is attached to

    context_id string

    The object ID # the note is attached to

Responses

Object was created successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable

    response

    object

    id integer
Loading...