Commit 2862b772 authored by Anatol's avatar Anatol Committed by GitHub

fix: spec typos (#2383)

parent 41d3cd5f
...@@ -438,7 +438,6 @@ paths: ...@@ -438,7 +438,6 @@ paths:
default: default:
description: Default response description: Default response
"/topology": "/topology":
get: get:
description: Get topology of known network description: Get topology of known network
...@@ -670,7 +669,7 @@ paths: ...@@ -670,7 +669,7 @@ paths:
default: default:
description: Default response description: Default response
"/transaction": "/transactions":
get: get:
summary: Get list of pending transactions summary: Get list of pending transactions
tags: tags:
...@@ -687,7 +686,7 @@ paths: ...@@ -687,7 +686,7 @@ paths:
default: default:
description: Default response description: Default response
"/transaction/{txHash}": "/transactions/{txHash}":
get: get:
summary: Get information about a sent transaction summary: Get information about a sent transaction
parameters: parameters:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment