-
Notifications
You must be signed in to change notification settings - Fork 2
Mix Router
DongGyu Kim edited this page Mar 9, 2021
·
1 revision
| Description | Method | URI | Headers | Body | Query |
|---|---|---|---|---|---|
| 이미지 합성 | POST | /api/mix/:origin_post_id/:sub_post_id | x-access-token | ||
| 합성 이미지 게시글 생성 | POST | /api/mix/post | x-access-token |
origin_post_id sub_post_id is_public image_id |
|
| 컨텐츠 게시글 정보 조회 | GET | /api/mix/origin/:id | x-access-token | ||
| 컨텐츠 게시글 정보 조회 | GET | /api/mix/sub/:id | x-access-token | ||
| 합성 게시글 삭제 | DELETE | /api/mix/:id | x-access-token |