Skip to content

[POST] 테스트&문제 생성

herimhong edited this page Jan 7, 2021 · 7 revisions

테스트&문제 생성

METHOD PATH
POST /test/

📌VIEW

📌HEADERS - jwt

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MzEsImlhdCI6MTYxMDAxNzMwMiwiZXhwIjoxNjEwODgxMzAyLCJpc3MiOiJzb3VuZFBpY2tlciJ9.TIpgrP2-_a-ZMroP7s-7-v3hngiiZ3RnO7z-tTLNhC0

📌REQUEST BODY

 {
    "title":"레드벨벳 노래 모음",
    "description":"레벨레벨",
    "CategoryId":1,
    "questions":[
        {
            "questionNumber":1,
            "questionYoutubeURL":"uR8Mrt1IpXg",
            "questionStartsfrom":5,
            "hint":"미친사람",
            "answer":"Psycho",
            "answerYoutubeURL":"uR8Mrt1IpXg"
        },
        {
            "questionNumber":2,
            "questionYoutubeURL":"XGdbaEDVWp0",
            "questionStartsfrom":6,
            "hint":"무덤덤",
            "answer":"Dumb Dumb",
            "answerYoutubeURL":"XGdbaEDVWp0"
        },
        {
            "questionNumber":3,
            "questionYoutubeURL":"WyiIGEHQP8o",
            "questionStartsfrom":10,
            "hint":"RED",
            "answer":"빨간맛",
            "answerYoutubeURL":"WyiIGEHQP8o"
        }
    ]
 }

📌RESPONSE BODY

{
    "status": 200,
    "success": true,
    "message": "테스트 생성 성공"
}