Notes
Notes#create
Creates a new note.
You should pass a JSON with the following parameters ( matter_id or client_id is required):
matter_id string
client_id string
title string
content string
Response:
Returns a 201 created.
Notes#update
Updates a note.
You should pass a JSON with the following parameters ( matter_id or client_id is required):
matter_id string
client_id string
title string
content string
Response:
Returns a 200 OK.
Notes#destroy
Destroys an existing note.
Response:
Returns a 200 OK.
Last updated
Was this helpful?