Skip to content

Commit 73e1a4d

Browse files
committed
added descriptions
1 parent 74cd4f4 commit 73e1a4d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ components:
3434
in: query
3535
name: tag
3636
required: true
37-
description: "TBD"
37+
description: "A unique tag associated with a liveness transaction session. Used to identify and delete the corresponding transaction."
3838
schema:
3939
type: string
4040

liveness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ paths:
3737
- $ref: "./common.yml#/components/parameters/tag"
3838
tags:
3939
- liveness 2.0
40-
summary: TBD
41-
description: TBD
40+
summary: Delete liveness transaction
41+
description: "This endpoint deletes a liveness transaction based on either the specified `tag` or `transactionId`. At least one of the parameters must be provided for the operation to be valid."
4242
operationId: delete_liveness_transaction
4343
responses:
4444
204:

0 commit comments

Comments
 (0)