aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2019-04-02 13:50:17 +0200
committerromaingimbert <romain.gimbert@orange.com>2019-04-02 13:50:17 +0200
commit0cb3b571ae8cb5cfa4905357c22e223d1b4a8d24 (patch)
treec326ba6972ba59a071927335e0be07fe9d839cfb /docs/installation
parenta5e02123aea6f24850470a3f54865cfed6540740 (diff)
Update NBI version to 4
-change nbi version to 4.0.0 -change path to v4 Change-Id: Idc35e25fa13625b0916909d5030fcb458561a3fa Issue-ID: EXTAPI-220 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'docs/installation')
-rw-r--r--docs/installation/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/installation.rst b/docs/installation/installation.rst
index ebf8c7a..fd52e84 100644
--- a/docs/installation/installation.rst
+++ b/docs/installation/installation.rst
@@ -78,14 +78,14 @@ Test
**Healthcheck**
-http://localhost:8080/nbi/api/v3/status
+http://localhost:8080/nbi/api/v4/status
You should get::
{
"name": "nbi",
"status": "ok",
- "version": "v3"
+ "version": "v4"
}
**Play with RESTclient**