Legacy API커뮤니티 API
POST /community/insert
게시글 생성
게시글 생성
커뮤니티 게시글을 생성합니다.
Deprecated: 이 API는 레거시입니다.
HTTP 요청
POST /community/insert
Authorization: Bearer {access_token}
Content-Type: multipart/form-dataRequest Parts
| 파트 | 타입 | 필수 | 설명 |
|---|---|---|---|
data | CommunityDto | 예 | 게시글 데이터 |
images | file[] | 아니오 | 이미지 파일들 |