Companion
object Companion
Content copied to clipboard
Functions
checkQuestions
Link copied to clipboard
fun checkQuestions(questions: Array<PutQuestionDto>, questionRepository: QuestionRepository)
Content copied to clipboard
deleteQuestions
Link copied to clipboard
fun PipelineContext<Unit, ApplicationCall>.deleteQuestions(questionsToDelete: List<Long>, questionRepository: QuestionRepository)
Content copied to clipboard
updateQuestions
Link copied to clipboard
fun PipelineContext<Unit, ApplicationCall>.updateQuestions(questions: Array<PutQuestionDto>, questionRepository: QuestionRepository)
Content copied to clipboard
Properties
ENDPOINT_PATH
Link copied to clipboard