[2025 하반기] MyOT - 백엔드 개발 세부 내용
POST
커뮤니티 가입/탈퇴하기
/api/community/type/join
PATCH
프로필 타입 전환 (커뮤니티별)
/api/profile/type/:communityId
POST
커뮤니티 신청 (등록 요청)
/api/community/:type/request
GET
가입 가능한 커뮤니티 탐색
/api/community/type/:type/:userId
GET
모든 커뮤니티 목록 보기
/api/community
GET
내가 가입한 커뮤니티 목록 조회
/api/community/mine
GET
커뮤니티 정보 조회
/api/community/:type/:id
POST
커뮤니티 프로필 추가
/api/community/profile
PATCH
커뮤니티 프로필 수정
/api/community/profile/:id
DELETE
커뮤니티 프로필 삭제
/api/community/profile/:id
GET
해당 커뮤니티의 설정한 프로필 조회
/api/community/profile/my/:communityId
GET
특정 유저의 해당 커뮤니티 프로필 조회
/api/community/user-profile/:communityId/:userId
GET
현재 등록된 내 프로필 개수 확인
/api/community/profile/my/count
GET
내 피드 중 다른 커뮤니티 글로 구성된 피드
/api/community/:id/feed/reposts
GET
미디어가 있는 피드만 보기
/api/community/:id/feed/media
GET
요즘 인기 글만 모은 피드
/api/community/:id/feed/popular
GET
커뮤니티에서 작성한 글만 모아보기
/api/community/:id/feed
각 카드를 클릭하면 해당 기능의 세부 문서로 이동합니다.