-
Notifications
You must be signed in to change notification settings - Fork 0
테마 없는 문장 테마 지정하기
Haely edited this page Jul 17, 2020
·
4 revisions
[POST] ~/post/setTheme
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json | |
token | {token} | 토큰 |
변수명 | 설명 |
---|---|
themeIdx | 지정하려는 테마 idx |
sentenceIdx | 테마 없는 문장 리스트에서 가져온 문장의 idx |
sentence | 문장 내용 |
title | 문장이 속한 책 제목 |
author | 문장이 속한 책 저자 |
publisher | 문장이 속한 책 출판사 |
{
"themeIdx": 3,
"sentenceIdx": 2,
"sentence" : "생각은 글로벌하게, 테스트는 로컬하게",
"title" : "날마다 브랜드",
"author" : "임태수",
"publisher" : "안그라픽스"
}
{
"status": 200,
"success": true,
"message": "테마 없는 문장 테마 지정하기 성공"
}
{
"status": 400,
"success": false,
"message": "필요한 값이 없습니다."
}
{
"status": 400,
"success": false,
"message": "토큰이 없습니다"
}
{
"status": 401,
"success": false,
"message": "유효하지 않은 토큰입니다"
}
{
"status": 401,
"success": false,
"message": "만료된 토큰입니다"
}
{
"status": 600,
"success": false,
"message": "서버 내부 오류"
}
-
메인(Main)
-
검색(Search)
-
작성(Post)
-
큐레이터(Curator)
-
조회(Detail)
-
내 서재(My)
-
유저(Users)