From 6cff1d76b4be031fc225335cc1f5a03378227633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6nig?= Date: Thu, 11 Jul 2024 14:11:22 +0200 Subject: [PATCH] chore: more PR comments --- src/modules/coreHttpApi/openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/coreHttpApi/openapi.yml b/src/modules/coreHttpApi/openapi.yml index be5f9af7..e6f29aeb 100644 --- a/src/modules/coreHttpApi/openapi.yml +++ b/src/modules/coreHttpApi/openapi.yml @@ -2600,13 +2600,13 @@ paths: delete: operationId: decomposeRelationship - description: Decompose the relationship. This action will remove the relationship and all related data. + description: Decompose a Relationship that has already been terminated. This action will remove the Relationship and all related data. tags: - Relationships parameters: - in: path name: id - description: The ID of the relationship to decompose. + description: The ID of the terminated Relationship to decompose. required: true schema: $ref: "#/components/schemas/RelationshipID"