Update Child and Parents Relationship Note

Update a specific child-and-parents relationship note.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the child-and-parents relationship. To find child-and-parents relationship IDs, see Read Families.

string
required

The ID of the note. To find note IDs, see Read Child and Parents Relationship Notes.

Body Params
childAndParentsRelationships
array of objects
required
length between 1 and 1

Array containing the child-and-parents relationship with the note to be updated. See ChildAndParentsRelationship Schema (JSON)

childAndParentsRelationships*
attribution
object

Attribution information for the update.

notes
array of objects
required
length between 1 and 1

Array containing the note to be updated. See Note Schema (JSON)

notes*
string
required

The subject of the note.

string

The text content of the note.

Headers
string

The reason for updating the note.

Responses
204

The update was successful.

404

The requested note was not found.

429

The request was throttled.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!