We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7d8aa commit 9944bdaCopy full SHA for 9944bda
samples/ShowcaseWebApi/Features/Books/_Books.http
@@ -23,7 +23,7 @@ Accept-Language: en-US
23
}
24
25
###UpdateBook
26
-POST {{BaseUrl}}/api/v1/books/00000000-0000-0000-0000-000000000001
+PUT {{BaseUrl}}/api/v1/books/00000000-0000-0000-0000-000000000001
27
Accept: application/json
28
Content-Type: application/json
29
Accept-Language: en-US
samples/ShowcaseWebApi/Features/Stores/_Stores.http
@@ -21,7 +21,7 @@ Accept-Language: en-US
21
22
###UpdateStore
-POST {{BaseUrl}}/api/v1/stores/00000000-0000-0000-0000-000000000001
+PUT {{BaseUrl}}/api/v1/stores/00000000-0000-0000-0000-000000000001
0 commit comments