Skip to content

Commit

Permalink
[blockchain] refs fibercrypto#18 - Add specs for /api/transactions/br…
Browse files Browse the repository at this point in the history
…oadcast/{operationId}
  • Loading branch information
Leonel Garcia committed Feb 27, 2019
1 parent 694c39d commit 0f7869a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions lagcleaner_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,27 @@ paths:

default:
$ref: '#/components/schemas/genericError'
# - 18
/api/transactions/broadcast/{operationId}:
delete:
parameters:
- in: path
name: operationId
required: true
schema:
type: string
description: Specified transaction from the broadcasted transactions.

summary: Remove an specified transaction from the broadcasted transactions.

description: Should remove specified transaction from the broadcasted transactions, and affect transactions returned by the [GET] /api/transactions/broadcast/{operatioId}.

security:
- CsrfTokenAuth: []

responses:
'200':
description: Successfully removed from broadcasted transactions list.

default:
$ref: '#/components/schemas/genericError'

0 comments on commit 0f7869a

Please sign in to comment.