Create a task note
POST /matters/{matterId}/tasks/{taskId}/notes
POST
/matters/{matterId}/tasks/{taskId}/notes
Parameters
Path Parameters
matterId
required
string
taskId
required
string
Request Body required
object
data
object
type
string
id
string
attributes
object
content
Content of the note in text or HTML format
string
Responses
200
Note created
object
data
object
type
string
id
string
attributes
object
content
Content of the note in text or HTML format
string