๐ŸŽจ

์‚ฌ์šฉ์ž๋Š” ๋Œ€๊ฒฐ์ด ๋๋‚˜๋ฉด ์ŠนํŒจ๋ฅผ ๋ฐ˜์˜ํ•˜๊ธฐ ์œ„ํ•ด ๊ฒฝ๊ธฐ ๊ฒฐ๊ณผ๋ฅผ ๊ธฐ์ž…ํ•œ๋‹ค.

Related to ๋ฆฌํŒฉํ„ฐ๋ง ๋ชฉ๋ก (๐Ÿงจ API & Sequence diagram) 1
Method
POST
BE.๋‹ด๋‹น์ž
End Point
/api/matches/:id/records
Group
Matches
MoSCow
Must have
์ง„ํ–‰์ƒํƒœ
์™„๋ฃŒ
Related to ๋ฆฌํŒฉํ„ฐ๋ง ๋ชฉ๋ก (๐Ÿงจ API & Sequence diagram) 2
Related to ๋ฆฌํŒฉํ„ฐ๋ง ๋ชฉ๋ก (๐Ÿงจ API & Sequence diagram)

์ตœ์ข…๋ณธ

๐Ÿญ
์ตœ์ข… ํ™•์ • ์ผ์ž : 2022-08-01 (์›”)
  • ๋ณ€๊ฒฝ ์‚ฌํ•ญ
    • ๋ณ€๊ฒฝ ์‚ฌํ•ญ์ด ์žˆ๋‹ค๋ฉด ์ž‘์„ฑํ•ด์ฃผ์„ธ์š”.

Request

{ "proposalId": Number, // ์‹ ์ฒญ ์•„์ด๋”” "result": String // ๊ฒฝ๊ธฐ ๊ฒฐ๊ณผ โ†’ "WIN" | "LOSE" | "DRAW" }

Response

 
notion image
 

์ด์ „ ๋ฐฑ์—…

2022-08-01 (์›”)

Request

{ "matchId": Number, "teamId": Number, "result": String, // "win" | "lose" | "draw" }