Skip to content

βœ… [PUT] interview answer {question_id}

Sunny Lee edited this page Sep 2, 2023 · 1 revision

[PUT[ /interview/answer/{question_id}

λͺ¨μ˜λ©΄μ ‘ μ§ˆλ¬Έμ— λŒ€ν•œ μ‚¬μš©μžμ˜ 닡변을 μ „μ†‘ν•˜λŠ” APIμž…λ‹ˆλ‹€.


Request

request header - must

{
  "Authorization":"jwt token"
}

request body - form data

question_id에 interview_question_id 전솑
formdata : file ν˜•μ‹μœΌλ‘œ mp3 파일 전솑
image

Response

response body

200:

{
  "question_id":106
  "message":"μ •μƒμ μœΌλ‘œ 전솑됨."
}

500:

{
  internal server error
}