From 4d18c20bbd191587400542b7d8224a518d57f7b0 Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Tue, 4 Jan 2022 14:32:00 -0800 Subject: [PATCH] Update readme again --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5ea7f5..7e888d0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ This endpoint only takes in a POST request in Production mode. In Development mo ``/api/MSTeamsWebHooks`` -This endpoint takes a GET or POST request to add or remove Microsoft Teams webhook endpoints. +This endpoint takes a GET or POST request to add or remove Microsoft Teams webhook endpoints. **This endpoint will only respond to requests in Development mode.** + +**Refer to ``/swagger/index.html`` endpoint in Development mode for the latest API updates** ## Wishlist @@ -53,7 +55,7 @@ This endpoint takes a GET or POST request to add or remove Microsoft Teams webho **Refer to the [Microsoft RID Catalog](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog) for runtimes** -A generic Linux Intel 64-bit machine is being used for this example. +A generic Linux Intel 64-bit machine with the binarines being targed in Self-Contained Mode is being used for this example. 1. Ensure you have the .NET 6.0 SDK installed on your development station 2. Clone the repository