UpdateQuestionsDTO interface
PATCH Body schema for Update Kb which contains list of questions to be added and deleted
Properties
add | List of questions to be added |
delete |
List of questions to be deleted. |
Property Details
add
List of questions to be added
add?: string[]
Property Value
string[]
deleteProperty
List of questions to be deleted.
deleteProperty?: string[]
Property Value
string[]