-
Notifications
You must be signed in to change notification settings - Fork 0
폴더 제목 수정
우다현 edited this page Aug 30, 2021
·
1 revision
PATCH /folders/1/name
- Headers
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWR4Ijo0OSwiaWF0IjoxNjI3NDU1MTY5LCJleHAiOjE2NTg5OTExNjksInN1YiI6InVzZXJJbmZvIn0.7-emcIqkU4Z2lB9umn7X1Rz925NNEIEIsPjJn0w4IMk"
}
- Body
{
"name": "컴퓨터"
}
{
"success": true,
"code": 1000,
"message": "폴더 제목 수정 성공",
"result": [
{
"idx": 1,
"userIdx": 1,
"name": "컴퓨터",
"categoryIdx": null,
"createdAt": "2021-07-22T00:47:01.000Z",
"updatedAt": "2021-08-20T01:53:19.000Z",
"status": "Y"
}
]
}
- 입력
{
"success": false,
"code": 2201,
"message": "name을 입력해 주세요."
}
- 중복
{
"success": false,
"code": 3202,
"message": "폴더가 존재하지 않습니다."
}
- token
{
"success": false,
"code": 5001,
"message": "토큰을 입력해 주세요."
}
{
"success": false,
"code": 5002,
"message": "토큰 유효기간이 만료되었습니다."
}
{
"success": false,
"code": 5003,
"message": "유효하지 않은 토큰입니다."
}