doc: REST API url is /banks, not /bankds

The documentation didn't agree with the code. Let's fix it

Change-Id: I63771c7ecc975435b8b7415ffb5e0a51fb5acef0
Closes: OS#3963
This commit is contained in:
Harald Welte 2019-05-08 17:23:12 +02:00
parent f0184cb4af
commit 3afbf73564
1 changed files with 2 additions and 2 deletions

View File

@ -40,14 +40,14 @@ connected `osmo-remsim-client`.
No other HTTP operation is implemented.
==== /api/backend/v1/bankds
==== /api/backend/v1/banks
*GET* obtains a JSON list where each element represents one currently
connected `osmo-remsim-bankd`.
No other HTTP operation is implemented.
==== /api/backend/v1/bankds/:bank_id
==== /api/backend/v1/banks/:bank_id
*GET* obtains a single JSON object representing one specific currently
connected `osmo-remsim-bankd`.