-
Notifications
You must be signed in to change notification settings - Fork 0
스크랩 선택 수정
우다현 edited this page Aug 30, 2021
·
1 revision
GET /scrap/:scrapIdx
- Headers
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWR4Ijo0OSwiaWF0IjoxNjI3NDU1MTY5LCJleHAiOjE2NTg5OTExNjksInN1YiI6InVzZXJJbmZvIn0.7-emcIqkU4Z2lB9umn7X1Rz925NNEIEIsPjJn0w4IMk"
}
- Body
{
"title": "아이패드",
"summary": "줄거리",
"comment": "아이패드 살거야",
"folderIdx":"3",
"isFeed":"Y"
}
{
"success": true,
"code": 1000,
"message": "스크랩 선택 수정 성공",
"result": [
{
"idx": 5,
"userIdx": 1,
"title": "아이패드",
"contentUrl": "https://www.apple.com/kr",
"thumbnailUrl": "https://as-images.apple.com/is/og-default?wid=1200&hei=630&fmt=jpeg&qlt=95&.v=1525370171638",
"summary": "아이폰 12, 상상 그 이상의 스피드",
"comment": "아이패드 살거야",
"categoryIdx": 1,
"folderIdx": 3,
"isFeed": "Y",
"createdAt": "2021-07-22T20:15:18.000Z",
"updatedAt": "2021-08-30T20:27:07.000Z",
"status": "Y"
}
]
}
- 입력
{
"success": false,
"code": 2125,
"message": "수정할 내용을 입력해주세요. (title, summary, comment, folderIdx, isFeed)"
}
{
"success": false,
"code": 2106,
"message": "isFeed 형식이 올바르지 않습니다. Y 혹은 N의 형태로 입력해주세요."
}
- 중복
{
"success": false,
"code": 3101,
"message": "스크랩이 존재하지 않습니다."
}
- token
{
"success": false,
"code": 5001,
"message": "토큰을 입력해 주세요."
}
{
"success": false,
"code": 5002,
"message": "토큰 유효기간이 만료되었습니다."
}
{
"success": false,
"code": 5003,
"message": "유효하지 않은 토큰입니다."
}