/////
Search
Duplicate

Survey 생성

Type
POST
Request
{    "title": "12312sss3123",    "content": "1231231",    "questionList": [        {            "text": "한줄평",            "questionType": "SHORT_ANSWER"        },        {            "text": "평점",            "questionType": "MULTI_CHOICE",            "optionList": [                {                    "text": "1점"                },                {                    "text": "2점"                },                {                    "text": "3점"                },                {                    "text": "4점"                },                {                    "text": "5점"                }            ]        },        {            "text": "추천",            "questionType": "MULTI_CHOICE",            "optionList": [                {                    "text": "딱히"                },                {                    "text": "그냥 그럼"                },                {                    "text": "개추"                }            ]        }    ]}
Response
{ "id": 1, "title": "12312sss3123", "createdAt": "2024-01-26T22:36:14.1362507", "productId": 1 }
URL
/api/category/{parentCategory_name}/{childCategory_id}/products/{product_id}/survey
권한
product 생성한 유저 && 로그인한 유저
도메인
Survey
상위 항목
하위 항목