From 2fe00e05dee25b9c7a32b32365b437d561eb0dba Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Fri, 9 Jul 2021 16:44:38 -0700 Subject: [PATCH] :books::construction: docs --- docs/connected_services/how_to/endpoints.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/connected_services/how_to/endpoints.md b/docs/connected_services/how_to/endpoints.md index 6d91e58..1fe1187 100644 --- a/docs/connected_services/how_to/endpoints.md +++ b/docs/connected_services/how_to/endpoints.md @@ -33,8 +33,9 @@ all error responses have JSON along with them to describe ### Usage endpoints support `v` denoting the API version -| name | v1 | -| :-------- | :----------------: | -| GetBal | :heavy_check_mark: | -| GetLog | :heavy_check_mark: | -| SendFunds | :heavy_check_mark: | +| name | v1 | +| :------------- | :----------------: | +| GetBal | :heavy_check_mark: | +| GetLog | :heavy_check_mark: | +| SendFunds | :heavy_check_mark: | +| VerifyPassword | :heavy_check_mark: | \ No newline at end of file