mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
implement integration test for relationship update and delete
This commit is contained in:
@@ -400,8 +400,6 @@ type GetRelationshipParams struct {
|
||||
|
||||
// UpdateRelationshipJSONBody defines parameters for UpdateRelationship.
|
||||
type UpdateRelationshipJSONBody struct {
|
||||
Id1 *int `json:"id1,omitempty"`
|
||||
Id2 *int `json:"id2,omitempty"`
|
||||
Relationship *FamilyRelationship `json:"relationship,omitempty"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user