-
Notifications
You must be signed in to change notification settings - Fork 0
문장 올리기
Haely edited this page Jul 10, 2020
·
8 revisions
[PUT] ~/curator/:curatorIdx
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
변수 | 타입 | 설명 |
---|---|---|
curatorIdx | Int | 현재 사용자 idx |
sentence | String | 작성할 문장 |
title | String | 작성할 문장이 속한 책 제목 |
author | String | 작성할 문장이 속한 책의 저자 |
publisher | String | 작성할 문장이 속한 책 출판사 |
{
"curatorIdx":1,
"sentence":"올라가랏",
"title":"얍",
"author":"몽글",
"publisher":"솝트미디어"
}
{
"status": 200,
"success": true,
"message": "문장 올리기 성공"
}
{
"status": 400,
"success": false,
"message": "필요한 값이 없습니다"
}
{
"status": 600,
"success": false,
"message": "서버 내부 오류"
}
-
메인(Main)
-
검색(Search)
-
작성(Post)
-
큐레이터(Curator)
-
조회(Detail)
-
내 서재(My)
-
유저(Users)