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 <[email protected]>
  • Loading branch information
Tobianas committed Sep 4, 2023
1 parent 1af9fc6 commit a29b616
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 a29b616

Please sign in to comment.