diff --git a/modules/hello-world/pages/sample-application.adoc b/modules/hello-world/pages/sample-application.adoc index 746c0380..b1e05675 100644 --- a/modules/hello-world/pages/sample-application.adoc +++ b/modules/hello-world/pages/sample-application.adoc @@ -67,3 +67,12 @@ The https://github.com/couchbaselabs/{travel-sample-git-project}/blob/HEAD/{trav include::{version-common}@sdk:shared:partial$sample-application.adoc[tag=data-model] include::{version-common}@sdk:shared:partial$sample-application.adoc[tag=rest-api] + + +// TODO: we don't use the partial here, because of the location of swagger.json +// in try-cb-dotnet/wwwroot/ +== REST API + +You can explore the REST API here in read-only mode, or once you are running the application, at the `/apidocs` endpoint. + +swagger_ui::https://raw.githubusercontent.com/couchbaselabs/{travel-sample-git-project}/HEAD/try-cb-dotnet/wwwroot/swagger.json[]