We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PATCH /api/question-list/:questionListId
POST /api/question-list/:questionListId/question
The text was updated successfully, but these errors were encountered:
No branches or pull requests
프론트엔드
백엔드
PATCH /api/question-list/:questionListId
에서 기존 질문지의 메타데이터(이름, 카테고리 등)를 수정할 수 있다. #210POST /api/question-list/:questionListId/question
에서 기존 질문지에 새로운 질문을 추가할 수 있다. #212The text was updated successfully, but these errors were encountered: