Skip to content

유저 프로필 소개 수정

defwdahyun0 edited this page Dec 3, 2021 · 2 revisions

유저 프로필 소개 수정

GET /users/interest

Request

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

Response

성공

{
    "success": true,
    "code": 1000,
    "message": "유저 description 추가 성공",
    "result": {
        "idx": 1,
        "email": "[email protected]",
        "password": "qlalfqjsgh0!",
        "hashedPassword": "e7575ac303e09eaa4152fbf6fd325490b7254c1c7671a80a2de20fbd4cef5ecebde7a7c0be03497b7a9004b44ec198e39466c5180606229dc57ef195a499eed3",
        "name": "우다현",
        "nickName": "ejils",
        "profileUrl": "https://profileurl",
        "description": "인공지능에 관심이 있는 학생입니다.",
        "birthday": "2005-11-23T15:00:00.000Z",
        "gender": "W",
        "loginType": 1,
        "createdAt": "2021-07-30T10:33:39.000Z",
        "updatedAt": "2021-12-03T04:41:39.000Z",
        "status": "Y"
    }
}

실패

  • 입력
{
    "success": false,
    "code": 2501,
    "message": "userIdx를 입력해 주세요."
}
  • 중복
{
    "success": false,
    "code": 3007,
    "message": "로그인 되어 있지 않습니다."
}
{
    "success": false,
    "code": 3011,
    "message": "유저 관심카테고리가 존재하지 않습니다."
}
  • token
{
    "success": false,
    "code": 5001,
    "message": "토큰을 입력해 주세요."
}
{
    "success": false,
    "code": 5002,
    "message": "토큰 유효기간이 만료되었습니다."
}
{
    "success": false,
    "code": 5003,
    "message": "유효하지 않은 토큰입니다."
}
Clone this wiki locally