Persons
Update Person
Update a single Person by the person ID including the names, gender, and facts of the person.
Conclusions in the body with a conclusion ID are assumed to be updates; otherwise, they are creates.
The response will contain the person payload passed in with conclusion IDs added for new conclusions.
post/tree/persons/{pid}
Path parameters
pidstring required
The id of the person to update. Can be a person from the main FamilySearch tree or from a user tree. To find an example person ID, see <a href="/reference/searchtreepersons" target="_blank">Search Tree Persons</a>.
Headers
Content-Type'application/x-fs-v1+json' | 'application/x-gedcomx-v1+json' | 'application/x-fs-v1+xml' | 'application/x-gedcomx-v1+xml' required
Specifies the media type of the request body.
Accept'application/x-fs-v1+json' | 'application/x-gedcomx-v1+json' | 'application/x-fs-v1+xml' | 'application/x-gedcomx-v1+xml' required
Specifies the media type of the response body.
X-Reasonstring
The reason for updating the person.
Response
The read was successful. Expect conclusion ids to be returned in the response body.