앨범에 클립 추가
-
URL
/album/clips
-
Method:
|
POST
| -
URL Params
Required:
N/A
Optional:
N/A
-
Data Params
{ "album_id": 2, "clip_ids": [3] }
-
Success Response:
- Code: 200
Content:success: 추가에 성공한 clip id 들 failure: 추가에 실패한 clip id 들{ "okay": true, "success": [ 3 ], "failure": [] }
- Code: 200
-
Error Response:
- Code: 406 NOT ACCEPTABLEHTTP_404_NOT_FOUND
Content:Reason: 자신의 앨범이 아닌 앨범을 조작하려고 할 때{ "okay": false, "msg": "not yours" }
- Code: 406 NOT ACCEPTABLEHTTP_404_NOT_FOUND
-
Sample Call:
-
Notes: