Create Note
POST /contacts/{contact_id}/notes
POST
/contacts/{contact_id}/notes
Create a note on a contact.
Authorizations
Parameters
Path Parameters
contact_id
required
Contact ID
integer
Contact ID
Header Parameters
Request Body required
object
content
required
Note content (plain text or markdown)
string
Responses
201
Successful Response
object
data
required
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string