-
Notifications
You must be signed in to change notification settings - Fork 0
스크랩 폴더 수정
우다현 edited this page Jul 29, 2021
·
2 revisions
PATCH /scrap/:scrapIdx/folder
- Body
{
"folderIdx":2
}
- Headers
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWR4Ijo0OSwiaWF0IjoxNjI3NDU1MTY5LCJleHAiOjE2NTg5OTExNjksInN1YiI6InVzZXJJbmZvIn0.7-emcIqkU4Z2lB9umn7X1Rz925NNEIEIsPjJn0w4IMk"
}
{
"success": true,
"code": 1000,
"message": "스크랩 폴더 수정 성공",
"result": [
{
"idx": 1,
"title": "temp title",
"contentUrl": "temp url",
"thumbnailUrl": "temp thumbnail",
"summary": "summary",
"comment": "comment",
"categoryIdx": 0,
"folderIdx": 2,
"createdAt": "2021-07-22T00:48:53.000Z",
"updatedAt": "2021-07-29T19:43:54.000Z",
"status": "Y"
}
]
}
- 입력
{
"success": false,
"code": 2114,
"message": "folderIdx를 입력해 주세요."
}
- 중복
{
"success": false,
"code": 3101,
"message": "스크랩이 존재하지 않습니다."
}
- token
{
"success": false,
"code": 5001,
"message": "토큰을 입력해 주세요."
}
{
"success": false,
"code": 5002,
"message": "토큰 유효기간이 만료되었습니다."
}
{
"success": false,
"code": 5003,
"message": "유효하지 않은 토큰입니다."
}