답변
-답변 등록
-HTTP Request
-POST /v1/1/answer HTTP/1.1
-Content-Type: application/json;charset=UTF-8
-Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIyMjQ5MDQ5OTE3IiwiYXV0aCI6WyJST0xFX01FTUJFUiJdLCJpYXQiOjE2NTgxODc3NDcsImV4cCI6MTY1ODE5ODU0N30.JqHqsLVm5CrgRWoPDiniJ3SkJAxLpTTGE8uyBtMLCCnJZZL_aA5We0aE8ybtkqrcdHhv6Z-pK5woJAxdW5PBNQ
-Content-Length: 30
-Host: localhost:8080
-
-{"description": "description"}
-Path Parameter
-| Parameter | -Description | -
|---|---|
|
-Question Id(PK) |
-
Request Body
-{"description": "description"}
-HTTP Response
-HTTP/1.1 201 Created
-Content-Type: application/json
-Content-Length: 60
-
-{"success":true,"code":1,"message":"성공하였습니다."}
-