Skip to content

Commit

Permalink
[api] refs fibercrypto#16 fibercrypto#17 fibercrypto#18 - Erased erro…
Browse files Browse the repository at this point in the history
…rs specifications
  • Loading branch information
Leonel Garcia committed Feb 26, 2019
1 parent 5dedb7d commit 01a1d62
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions lagcleaner_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ paths:
'200':
description: Successfully stored in observation list.

'409':
description: Transactions to the address are already observed.
content:
application/json:
schema:
type: string

default:
$ref: '#/components/schemas/genericError'
# - 17
Expand All @@ -77,14 +70,7 @@ paths:
responses:
'200':
description: Successfully stored in observation list.

'409':
description: Transactions from the address are already observed.
content:
application/json:
schema:
type: string


default:
$ref: '#/components/schemas/genericError'
# - 18
Expand All @@ -108,13 +94,6 @@ paths:
responses:
'200':
description: Successfully removed from broadcasted transactions list.

'204':
description: Specifieed transaction not found.
content:
application/json:
schema:
type: string


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

0 comments on commit 01a1d62

Please sign in to comment.