diff options
author | romaingimbert <romain.gimbert@orange.com> | 2019-04-02 13:50:17 +0200 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2019-04-02 13:50:17 +0200 |
commit | 0cb3b571ae8cb5cfa4905357c22e223d1b4a8d24 (patch) | |
tree | c326ba6972ba59a071927335e0be07fe9d839cfb /docs/architecture | |
parent | a5e02123aea6f24850470a3f54865cfed6540740 (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/architecture')
-rw-r--r-- | docs/architecture/NBI_Developer_Guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/architecture/NBI_Developer_Guide.rst b/docs/architecture/NBI_Developer_Guide.rst index 6a38891..82a7f34 100644 --- a/docs/architecture/NBI_Developer_Guide.rst +++ b/docs/architecture/NBI_Developer_Guide.rst @@ -83,7 +83,7 @@ You can view the log output of the application with the following command: **Testing** When the application is running, you can access the API at -:samp:`http://yourhostname:8080/nbi/api/v3` and fill the URL with the name +:samp:`http://yourhostname:8080/nbi/api/v4` and fill the URL with the name of the resources you asking for (/serviceSpecification, /service, /serviceOrder or /status) You can run a test by using `VisualStudio RestClient plugin <https://github.com/Huachao/vscode-restclient>`_ |