Commit 065c258 1 parent 2e2badf commit 065c258 Copy full SHA for 065c258
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,12 @@ Content-Type: application/json
41
41
"content" : " ๋ฌด์ ์ฌ ์คํฐ์์ญ์ ์งํํ ๋ํ๊ต ํ์ํ๋ฅผ ๋ชจ์งํฉ๋๋ค."
42
42
}
43
43
44
- ### ์์ธ ์กฐํ
44
+ ### ๊ณต๊ณ ์์ธ ์กฐํ
45
45
GET http://localhost:8080/api/v1/announcements/1
46
+ Authorization: Bearer {{matsterToken}}
46
47
47
48
### ๊ณต๊ณ ์ํ๋ณ ๋ชฉ๋ก ์กฐํ
48
49
GET http://localhost:8080/api/v1/announcements/status?status=POSTED
49
-
50
- ### ์ญ์ (์์ฑํ ๋จ์ฒด๋ง ์ญ์ ๊ฐ๋ฅ)
51
- DELETE http://localhost:8080/api/v1/announcements/1
52
50
Authorization: Bearer {{matsterToken}}
53
51
54
52
### ๊ณต๊ณ ์์
@@ -63,6 +61,10 @@ Content-Type: application/json
63
61
"content" : " ์คํฌ๋์ค ์คํฐ์์ญ์ ์งํํ ๋ํ๊ต ํ์ํ๋ฅผ ๋ชจ์งํฉ๋๋ค."
64
62
}
65
63
64
+ ### ๊ณต๊ณ ์ญ์ (์์ฑํ ๋จ์ฒด๋ง ์ญ์ ๊ฐ๋ฅ)
65
+ DELETE http://localhost:8080/api/v1/announcements/1
66
+ Authorization: Bearer {{matsterToken}}
67
+
66
68
### ๋ณด๊ณ ์ ์์ฑ
67
69
POST http://localhost:8080/api/v1/reports
68
70
Content-Type: application/json
You canโt perform that action at this time.
0 commit comments