-
Notifications
You must be signed in to change notification settings - Fork 0
보관함에 저장
Haely edited this page Nov 20, 2021
·
8 revisions
[POST] ~/vinyls
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json | |
token | {token} | 토큰 |
변수 | 타입 | 설명 |
---|---|---|
nickname | String | 닉네임 |
{
"id": 9,
"title": "Pure",
"artist": "Blue Six",
"image": "https://img.discogs.com/IU1wTLq5SwYMqjEyWFYsTTu8vjY=/fit-in/592x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-9-1222819454.jpeg.jpg",
"year": 2000,
"genres": [
"Electronic"
],
"tracklist": [
"Pure (Mig's Petalpusher Vocal)",
"Pure (Jay's Original Vocal)",
"Pure (Aquanote Tidal Mix)",
"Pure (Jay's Undercover Dub)"
],
"rate": 6,
"comment": "good!!"
}
{
"status": 200,
"success": true,
"message": "바이닐 상세 조회 성공",
"data": {
"vinylIdx": 16
}
}
{
"status": 400,
"success": false,
"message": "보관함에 저장 실패"
}
{
"status": 600,
"success": false,
"message": "서버 내부 오류"
}
-
User
-
Vinyl
-
Request