From ccee9aada146a31bbd04cce83551d7c8dcd1dc2b Mon Sep 17 00:00:00 2001 From: Stoyan Zlatev Date: Fri, 22 Mar 2024 10:39:06 +0000 Subject: [PATCH] Update README.md --- LaaProductionWeb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaaProductionWeb/README.md b/LaaProductionWeb/README.md index 5c6d0f6a..78cf10fb 100644 --- a/LaaProductionWeb/README.md +++ b/LaaProductionWeb/README.md @@ -11,7 +11,7 @@ then type your search string, the search is processed against serial numbers, pc #### 2. **Cordonel EOL API** ***Note:*** _*Each of the following endpoints returns the actual state of the EOL progress model. The errors from the API are also written to the http response content in the form from*_ ```IDictionary```. -- **DELETE:** /api/Cordonels/EOLProgress/{pcbid} - saves the current progress in backup table and resets the values of the existing one except the PcbId and AddHost. +- **DELETE:** /api/Cordonels/EOLProgress - saves the current progress in backup table and resets the values of the existing one except the PcbId and AddHost. - **GET:** /api/Cordonels/EOLProgress - gets existing progress model by its PcbId or creates a new one if not exists. - **POST:** /api/Cordonels/EOLProgress - sets the completition status of the current progress by its PcbId, there are no more changes accepted afterwards, the only possible way is to delete the progress for the PcbId. - **PUT:** /api/Cordonels/EOLProgress - changes progress steps in case they are not already changed.