From 01a1d62a5b389dfac85a544080afc26bcb89aa30 Mon Sep 17 00:00:00 2001 From: Leonel Garcia Date: Tue, 26 Feb 2019 14:59:23 -0500 Subject: [PATCH] [api] refs #16 #17 #18 - Erased errors specifications --- lagcleaner_specs.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/lagcleaner_specs.yml b/lagcleaner_specs.yml index 28920f5..9937547 100644 --- a/lagcleaner_specs.yml +++ b/lagcleaner_specs.yml @@ -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 @@ -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 @@ -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' \ No newline at end of file