Skip to content

[PUT] 테스트&문제 수정

herimhong edited this page Jan 7, 2021 · 5 revisions

테스트&문제 수정

METHOD PATH
PUT /test/:TestId

📌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":7,
            "hint":"무덤덤",
            "answer":"Dumb Dumb",
            "answerYoutubeURL":"XGdbaEDVWp0"
        },
        {
            "questionNumber":3,
            "questionYoutubeURL":"WyiIGEHQP8o",
            "questionStartsfrom":10,
            "hint":"색",
            "answer":"빨간맛",
            "answerYoutubeURL":"WyiIGEHQP8o"
        }
    ]
 }

📌RESPONSE BODY

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