Update readme again

This commit is contained in:
Jeff Leung 2022-01-04 14:32:00 -08:00
parent f6b06353fc
commit 4d18c20bbd
1 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,9 @@ This endpoint only takes in a POST request in Production mode. In Development mo
``/api/MSTeamsWebHooks`` ``/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 ## 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** **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 1. Ensure you have the .NET 6.0 SDK installed on your development station
2. Clone the repository 2. Clone the repository