소스 검색

Update README.md

Git-Leon 7 년 전
부모
커밋
8f38aef2c1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      README.md

+ 2
- 2
README.md 파일 보기

@@ -233,8 +233,8 @@ public ResponseEntity<?> deletePoll(@PathVariable Long pollId) {
233 233
 -
234 234
 # Part 3.1.8 - Test
235 235
 * Restart the QuickPoll application.
236
-* Ensure a JSON file with a `status` of `200` is returned by executing a `PUT` request of `http://localhost:8080/polls/1` via Postman
237
-execute a `PUT` request of
236
+* Use Postman to execute a `PUT` to `http://localhost:8080/polls/1` whose request body is the `JSON` file below.
237
+* You can modify the request body in Postman by navigating to the `Body` tab, selecting the `raw` radio button, and selecting the `JSON` option from the text format dropdown.
238 238
 
239 239
 ```JSON
240 240
 {