Skip to main content

Add note

POST /v1/note/:docId

Add a note by (optionally) an Id

Path Parameters
  • docId string required

    String Id of the note

Request Body required
  • note string

    Note text

  • title string

    Name of the note

  • color string

    Color of the object (#ffffff, #ffffffff or ffffff)

  • member boolean

    Id of the member this note belongs to

  • date integer

    Milliseconds since epoch for this timestamp/date

  • supportDescMarkdown

    Whether the description supports markdown

Responses

OK

Loading...