diff --git a/docs/api/rpc_proposal.rst b/docs/api/rpc_proposal.rst index 815ea07f0..6c5cb38e4 100644 --- a/docs/api/rpc_proposal.rst +++ b/docs/api/rpc_proposal.rst @@ -229,31 +229,31 @@ In the follwing table: +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ | /mempool/pending_operations | | GET /chains//mempool/pending_operations | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /p2p/connections | | GET /p2p/connections | +| /p2p/connections | | GET /network/connections | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /p2p/connections/ | | GET /p2p/connections/ | +| /p2p/connections/ | | GET /network/connections/ | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /p2p/connections//kick | | DELETE /p2p/connections/ | +| /p2p/connections//kick | | DELETE /network/connections/ | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /p2p/connect/ | | PUT /p2p/points/ | +| /p2p/connect/ | | PUT /network/points/ | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /p2p/log | | GET /p2p/log | +| /p2p/log | | GET /network/log | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /p2p/peers | | GET /p2p/peers/ | +| /p2p/peers | | GET /network/peers/ | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /p2p/peers/ | | GET /p2p/peers/ | +| /p2p/peers/ | | GET /network/peers/ | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /p2p/peers//log | | GET /p2p/peers//log | +| /p2p/peers//log | | GET /network/peers//log | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /networks/point | | GET /p2p/points | +| /networks/point | | GET /network/points | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /p2p/points/ | | GET /p2p/points/ | +| /p2p/points/ | | GET /network/points/ | +-------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------+ -| /p2p/points//log | | GET /p2p/points//log | +| /p2p/points//log | | GET /network/points//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]_ +--------------------------------------------------------------------------+