Skip to content

스크랩 피드 올리기

우다현 edited this page Aug 30, 2021 · 1 revision

스크랩 피드 올리기

GET /scrap/1/feed-upload

Request

  • Headers
{
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWR4Ijo0OSwiaWF0IjoxNjI3NDU1MTY5LCJleHAiOjE2NTg5OTExNjksInN1YiI6InVzZXJJbmZvIn0.7-emcIqkU4Z2lB9umn7X1Rz925NNEIEIsPjJn0w4IMk"
}

Response

성공

{
    "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": 1,
            "isFeed": "N",
            "createdAt": "2021-07-22T20:15:18.000Z",
            "updatedAt": "2021-08-30T18:43:53.000Z",
            "status": "Y"
        }
    ]
}

실패

  • 중복
{
    "success": false,
    "code": 3101,
    "message": "스크랩이 존재하지 않습니다."
}
  • token
{
    "success": false,
    "code": 5001,
    "message": "토큰을 입력해 주세요."
}
{
    "success": false,
    "code": 5002,
    "message": "토큰 유효기간이 만료되었습니다."
}
{
    "success": false,
    "code": 5003,
    "message": "유효하지 않은 토큰입니다."
}
Clone this wiki locally