UpdateQuestionsDTO Class

PATCH Body schema for Update Kb which contains list of questions to be added and deleted.

Inheritance
UpdateQuestionsDTO

Constructor

UpdateQuestionsDTO(*, add=None, delete=None, **kwargs)

Parameters

add
list[str]
Required

List of questions to be added

delete
list[str]
Required

List of questions to be deleted.