File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ components:
3030 schema :
3131 type : string
3232 format : uuid
33+ tag :
34+ in : query
35+ name : tag
36+ required : true
37+ description : " TBD"
38+ schema :
39+ type : string
3340
3441 responses :
3542 BadLicense :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ openapi: 3.0.3
22
33paths :
44 /v2/liveness :
5- parameters :
6- - $ref : ' ./common.yml#/components/parameters/transactionId'
75 get :
6+ parameters :
7+ - $ref : ' ./common.yml#/components/parameters/transactionId'
88 tags :
99 - liveness 2.0
1010 summary : ' liveness check'
@@ -31,6 +31,18 @@ paths:
3131 application/json :
3232 schema :
3333 $ref : " #/components/schemas/TransactionInfo"
34+ delete :
35+ parameters :
36+ - $ref : " ./common.yml#/components/parameters/transactionId"
37+ - $ref : " ./common.yml#/components/parameters/tag"
38+ tags :
39+ - liveness 2.0
40+ summary : TBD
41+ description : TBD
42+ operationId : delete_liveness_transaction
43+ responses :
44+ 204 :
45+ $ref : " #/components/responses/SuccessEmpty"
3446
3547components :
3648 schemas :
You can’t perform that action at this time.
0 commit comments