Skip to main content

PUTa note

PUT /user-api/v1/notes/:id

Headers

Path Parameters

string
Note ID

Query Parameters

string
Related data to include: contacts

Endpoint Example

PUT /user-api/v1/notes/note_99999?include=contacts
Relationship fields (contacts) are replaced entirely with the provided values. To add to existing relationships, include all current values plus new ones.

Request

Response