Skip to content

Commit

Permalink
Update openapi documentation
Browse files Browse the repository at this point in the history
URLs for OpenApi were changed, this patch updates
the existing documentation to match the change.

JIRA: LIGHTY-233
Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
  • Loading branch information
Tobianas authored and ihrasko committed Sep 6, 2023
1 parent 006a753 commit 6a5f6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ No data are modified during the execution. The implementation is using binding A
This application example has active [OpenApi](https://swagger.io/) UI for RESTCONF.

URL for OpenApi: https://datatracker.ietf.org/doc/html/rfc8040
* __OpenApi UI__ ``http://localhost:8888/apidoc/explorer/index.html``
* __OpenApi UI__ ``http://localhost:8888/openapi/explorer/index.html``

### Use custom config files
There are two separated config files: for NETCONF SBP single node and for cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*``
This application example has active [OpenApi](https://swagger.io/) UI for RESTCONF.

URLs for OpenApi: https://datatracker.ietf.org/doc/html/rfc8040
* __OpenApi UI__ ``http://localhost:8888/apidoc/explorer/index.html``
* __OpenApi UI__ ``http://localhost:8888/openapi/explorer/index.html``

### Use custom config files
There are two separated config files: for NETCONF SBP single node and for cluster.
Expand Down

0 comments on commit 6a5f6ae

Please sign in to comment.