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