Notification API 명세서 최종 수정
PATH: api/notifications
(자신의 알림만 조회하므로 memberId
제거)
Response:
json
코드 복사
{
"totalElements": 1,
"totalPages": 1,
"size": 20,
"number": 0,
"content": [
{
"id": 1,
"member_id": 1,
"post_id": 1,
"type": "FOLLOW",
"content": "새로운 게시글이 A 태그와 작성되었습니다.",
"created_at": "2024-08-28T12:00:00Z"
}
]
}
회원 탈퇴 기능 논의
검색 기능에 대한 논의
인기 태그 정의 및 논의
기타 논의