Update Relationship (lawmatics_update-relationship)
Update an existing relationship in Lawmatics by ID — re-link it to a different matter or contact, or change its relationship type. All three IDs are required (the API replaces the full link); fetch the current values with get-relationship first when changing only one side.
Tool Input
relationshipIdstringrequired— ID of the relationship to update(pattern: ^\d+$)
matterIdstringrequired— ID of the matter on one side of the relationship
contactIdstringrequired— ID of the contact on the other side of the relationship
relationshipTypeIdstringrequired— ID of the relationship type (e.g. Spouse, Child). Use list-relationship-types to find valid IDs.
Tool Output
idstringrequired— Unique ID of the relationship
namestringrequired— Relationship name derived from the relationship type (e.g. Spouse, Child); read-only
matterIdstringrequired— ID of the matter on one side of the relationship
contactIdstringrequired— ID of the contact on the other side of the relationship
relationshipTypeIdstringrequired— ID of the relationship type that defines this relationship
createdAtstringnullrequired— When the relationship was created, as an ISO 8601 timestamp; null if unknown
updatedAtstringnullrequired— When the relationship was last updated, as an ISO 8601 timestamp; null if unknown
Related Tools