Update Genealogies Relationship

Update a genealogies relationship. The Relationship resource provides the interface to add or update specific facts attached to a genealogies relationship.

Important: Couple relationships for FamilySearch Genealogies require person1 to be male and person2 to be female.

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

The ID of the genealogies person to be updated. To find genealogies person IDs, see Read Genealogies Persons.

string
required

The ID of the genealogies relationship to be updated. To find genealogies relationship IDs, see Read Genealogies Person.

Body Params

The genealogies relationship to update.

relationships
array of objects
required
length between 1 and 1

Array containing exactly one relationship to update. See Relationship Schema (JSON)

relationships*
facts
array of objects

Array of facts (events) to add or update on the relationship.

facts
Headers
string

Header giving the reason for updating the genealogies relationship.

Responses
201

The successful update contained a single genealogies conclusion. Expect the id of the genealogies conclusion in the 'Location' header.

204

The update was successful.

301

If the requested genealogies relationship has been merged to another genealogies relationship.

404

If the requested relationship is not found.

410

If the requested relationship has been deleted.

429

The request was throttled.

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