Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/signum-network/signum-node
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
jjos2372 committed Dec 9, 2022
2 parents 937c3e5 + baff138 commit 226f923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion html/api-doc/signum-api.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/paths/getters/getPeer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"get": {
"summary": "Get Node/Peer Info",
"description": "Get information about a specific Peer. See also [Get Node/Peer Id List]()",
"description": "Get information about a specific Peer. See also [Get Known Peers/Nodes](#get-/api-requestType-getPeers)",
"tags": [
"network"
],
"parameters": [
{
"name": "peer",
"in": "query",
"description": "The nodes IP. You can get it from [Get Connected Nodes/Peers]()",
"description": "The nodes IP. You can get it from [Get Known Peers/Nodes](#get-/api-requestType-getPeers)",
"required": true,
"schema": {
"type": "string"
Expand Down

0 comments on commit 226f923

Please sign in to comment.