fix(GET publickey): Improving documentation

This commit is contained in:
Chris Troutner
2020-05-03 16:18:51 -07:00
parent 018099bb3b
commit e6666cb483
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -89,6 +89,6 @@
},
"apidoc": {
"title": "bch-api",
"url": "https://api.fullstack.cash/v3/"
"url": "https://api.fullstack.cash/v3"
}
}
+3 -1
View File
@@ -75,7 +75,9 @@ class Encryption {
* @api {get} /encryption/publickey/{addr} Get public key for a BCH address.
* @apiName Get encryption key for bch address
* @apiGroup Encryption
* @apiDescription Searches the blockchain for a public key associated with a BCH address.
* @apiDescription Searches the blockchain for a public key associated with a
* BCH address. Returns an object. If successful, the publicKey property will
* contain a hexidecimal representation of the public key.
*
*
* @apiExample Example usage: