Skip to content

Commit 9944bda

Browse files
committed
- fix update methods' http method in http files
1 parent 5e7d8aa commit 9944bda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/ShowcaseWebApi/Features/Books/_Books.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Accept-Language: en-US
2323
}
2424

2525
###UpdateBook
26-
POST {{BaseUrl}}/api/v1/books/00000000-0000-0000-0000-000000000001
26+
PUT {{BaseUrl}}/api/v1/books/00000000-0000-0000-0000-000000000001
2727
Accept: application/json
2828
Content-Type: application/json
2929
Accept-Language: en-US

samples/ShowcaseWebApi/Features/Stores/_Stores.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Accept-Language: en-US
2121
}
2222

2323
###UpdateStore
24-
POST {{BaseUrl}}/api/v1/stores/00000000-0000-0000-0000-000000000001
24+
PUT {{BaseUrl}}/api/v1/stores/00000000-0000-0000-0000-000000000001
2525
Accept: application/json
2626
Content-Type: application/json
2727
Accept-Language: en-US

0 commit comments

Comments
 (0)