Skip to content

Commit 065c258

Browse files
authored
๐Ÿ”จtest: ๊ณต๊ณ  ํ…Œ์ŠคํŠธ ํŒŒ์ผ ์ˆ˜์ • (#71)
1 parent 2e2badf commit 065c258

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

โ€Žhttp/test.http

+6-4
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,12 @@ Content-Type: application/json
4141
"content": "๋ฌด์‹ ์‚ฌ ์Šคํฐ์„œ์‹ญ์„ ์ง„ํ–‰ํ•  ๋Œ€ํ•™๊ต ํ•™์ƒํšŒ๋ฅผ ๋ชจ์ง‘ํ•ฉ๋‹ˆ๋‹ค."
4242
}
4343

44-
### ์ƒ์„ธ ์กฐํšŒ
44+
### ๊ณต๊ณ  ์ƒ์„ธ ์กฐํšŒ
4545
GET http://localhost:8080/api/v1/announcements/1
46+
Authorization: Bearer {{matsterToken}}
4647

4748
### ๊ณต๊ณ  ์ƒํƒœ๋ณ„ ๋ชฉ๋ก ์กฐํšŒ
4849
GET http://localhost:8080/api/v1/announcements/status?status=POSTED
49-
50-
### ์‚ญ์ œ (์ƒ์„ฑํ•œ ๋‹จ์ฒด๋งŒ ์‚ญ์ œ ๊ฐ€๋Šฅ)
51-
DELETE http://localhost:8080/api/v1/announcements/1
5250
Authorization: Bearer {{matsterToken}}
5351

5452
### ๊ณต๊ณ  ์ˆ˜์ •
@@ -63,6 +61,10 @@ Content-Type: application/json
6361
"content": "์Šคํฌ๋„ˆ์Šค ์Šคํฐ์„œ์‹ญ์„ ์ง„ํ–‰ํ•  ๋Œ€ํ•™๊ต ํ•™์ƒํšŒ๋ฅผ ๋ชจ์ง‘ํ•ฉ๋‹ˆ๋‹ค."
6462
}
6563

64+
### ๊ณต๊ณ  ์‚ญ์ œ (์ƒ์„ฑํ•œ ๋‹จ์ฒด๋งŒ ์‚ญ์ œ ๊ฐ€๋Šฅ)
65+
DELETE http://localhost:8080/api/v1/announcements/1
66+
Authorization: Bearer {{matsterToken}}
67+
6668
### ๋ณด๊ณ ์„œ ์ž‘์„ฑ
6769
POST http://localhost:8080/api/v1/reports
6870
Content-Type: application/json

0 commit comments

Comments
ย (0)