From 2e050fb3285e8d9ce4c31464f63ea199395df747 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sun, 22 Dec 2024 00:49:19 +0330 Subject: [PATCH] docs: update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1d5dafb..b7f04853 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ dotnet test > ### Documentation Apis -Each microservice has a `Swagger OpenAPI`. Browse to `/swagger` for a list of endpoints. +Each microservice provides `API documentation` and navigate to `/swagger` for `Swagger OpenAPI` or `/scalar/v1` for `Scalar OpenAPI` to visit list of endpoints. As part of API testing, I created the [booking.rest](./booking.rest) file which can be run with the [REST Client](https://github.com/Huachao/vscode-restclient) `VSCode plugin`.