Update Couple Relationship Note

Update a couple relationship note.

Path Params
string
required

The id of the couple relationship whose note is to be updated. To find couple relationship IDs, see Read Families.

string
required

The id of the note to be updated. To find note IDs, see Read Couple Relationship Notes.

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

Array containing exactly one relationship with the note to update

relationships*
attribution
object
notes
array of objects
required
length between 1 and 1

Array containing exactly one note to update

notes*
string
required

The subject of the note

string
required

The text of the note

Headers
string
enum
required

Specifies the media type of the entity-body sent to the server in the request.

Allowed:
string

The reason for updating the note.

Responses
204

The update was successful.

404

If the requested note is not found.

429

The request was throttled.

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