Skip to content

Commit

Permalink
chore: more PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Jul 11, 2024
1 parent c65f485 commit 6cff1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/coreHttpApi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6cff1d7

Please sign in to comment.