implement integration test for relationship update and delete

This commit is contained in:
2025-04-24 16:06:20 +02:00
parent c8d68c5cc7
commit cd2116622f
10 changed files with 96 additions and 16 deletions

View File

@@ -1117,12 +1117,6 @@
"schema": {
"type": "object",
"properties": {
"id1": {
"type": "integer"
},
"id2": {
"type": "integer"
},
"relationship": {
"$ref": "#/components/schemas/FamilyRelationship"
}