4조 였지만, 3조 입니다.
기능 | Method | URL | request | response |
---|---|---|---|---|
방명록 | GET | team/comments?id={팀원ID} | {“comment”: String, “name”: String},{“comment”: String, “name”: String},{“comment”: String, “name”: String} | 방명록 불러오기 |
방명록 | POST | team/comments/{팀원ID} | a. request : {“comment”: String, “name”: String } b. response : 200 OK | 방명록쓰기 |