Skip to main content

Update note

PATCH /v1/note/:docId

Update a note by 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...