Skip to content

Commit

Permalink
ConnectionCount
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneearth committed May 21, 2018
1 parent 64d2278 commit 99dbe29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/bitbox-rest-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,10 @@
],
"responses": {
"200": {
"description": "successful operation"
"description": "successful operation",
"schema": {
"$ref": "#/definitions/ConnectionCount"
}
}
}
}
Expand Down Expand Up @@ -2352,6 +2355,9 @@
},
"NetworkHashps": {
"type": "number",
},
"ConnectionCount": {
"type": "number",
}
}
}

0 comments on commit 99dbe29

Please sign in to comment.