diff options
author | 2017-03-31 14:30:19 +0000 | |
---|---|---|
committer | 2017-03-31 14:30:19 +0000 | |
commit | 1989a58cdda62c8f3ecf77c7077a63eed9654854 (patch) | |
tree | 89add622726bc3573c77d316dca950ebc25d5e2a /docs/testing/user/userguide | |
parent | d635f6dd96a6cc82ae8380b308eb75eb7d1a7186 (diff) | |
parent | 4f6c21642d76a1b64d25e8498003bdd4cab7960e (diff) |
Merge "Add guide for exposing api port during docker run"
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r-- | docs/testing/user/userguide/api.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/api.rst b/docs/testing/user/userguide/api.rst index 7e1d7b1c..05b0e8f2 100644 --- a/docs/testing/user/userguide/api.rst +++ b/docs/testing/user/userguide/api.rst @@ -19,8 +19,7 @@ Running After installing QTIP. API server can be run using command ``qtip-api`` on the local machine. -All the resources and their corresponding operation details can be seen at ``/v1.0/ui``, -on hosting server(``0.0.0.0:5000`` for the local machine). +All the resources and their corresponding operation details can be seen at ``/v1.0/ui``. The whole API specification in json format can be seen at ``/v1.0/swagger.json``. |