Doc: small fix in rpc_proposal

This commit is contained in:
Grégoire Henry 2018-05-28 18:40:54 +02:00
parent 2096dcdbb8
commit 642036b226

View File

@ -229,31 +229,31 @@ In the follwing table:
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /mempool/pending_operations | | GET /chains/<chain_id>/mempool/pending_operations |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/connections | | GET /p2p/connections |
| /p2p/connections | | GET /network/connections |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/connections/<peer_id> | | GET /p2p/connections/<peer_id> |
| /p2p/connections/<peer_id> | | GET /network/connections/<peer_id> |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/connections/<peer_id>/kick | | DELETE /p2p/connections/<peer_id> |
| /p2p/connections/<peer_id>/kick | | DELETE /network/connections/<peer_id> |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/connect/<point> | | PUT /p2p/points/<point> |
| /p2p/connect/<point> | | PUT /network/points/<point> |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/log | | GET /p2p/log |
| /p2p/log | | GET /network/log |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/peers | | GET /p2p/peers/ |
| /p2p/peers | | GET /network/peers/ |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/peers/<peer_id> | | GET /p2p/peers/<peer_id> |
| /p2p/peers/<peer_id> | | GET /network/peers/<peer_id> |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/peers/<peer_id>/log | | GET /p2p/peers/<peer_id>/log |
| /p2p/peers/<peer_id>/log | | GET /network/peers/<peer_id>/log |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /networks/point | | GET /p2p/points |
| /networks/point | | GET /network/points |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/points/<point> | | GET /p2p/points/<point> |
| /p2p/points/<point> | | GET /network/points/<point> |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/points/<point>/log | | GET /p2p/points/<point>/log |
| /p2p/points/<point>/log | | GET /network/points/<point>/log |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/stat | | GET /p2p/stat |
| /p2p/stat | | GET /network/stat |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /p2p/versions | | GET /p2p/versions |
| /p2p/versions | | GET /network/versions |
+-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+
| /protocols | | GET /protocols |
+ + [#protocols]_ +--------------------------------------------------------------------------+