Update Couple Relationship

Add or update specific facts attached to a couple. FamilySearch also allows you to update the persons in a couple relationship.

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

The id of the couple relationship. To find couple relationship IDs, see Read Families.

Body Params
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
required
length ≥ 1

Array of facts to add or update on the relationship. See Fact Schema (JSON)

facts*
string

The ID of the fact to update. Omit this field to create a new fact. To find fact IDs, see Read Couple Relationship.

string
required
date
object
place
object
attribution
object
Headers
string

The reason for the couple relationship update.

Responses
201

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

204

The update was successful.

404

If the requested relationship is not found.

410

If the requested relationship has been deleted or merged.

429

The request was throttled.

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