Update note
PATCH /v1/note/:docId
Update a note by Id
Path Parameters
- docId string required
String Id of the note
- application/json
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
- 200
- 404
OK
NOT FOUND
Loading...