Create a new QnA. The body must contain the following parameters:
qnaGroupId - The ID of the group the QnA will be added to.
qnaMainQuestions - An array of objects. Each question object must have a key of "question" with a value of the question you intend to add. Questions may be separated by a comma.
qnaMainAnswers - An array of objects. Each answer object must have a key of "answer" with a value of the answer you intend to add. Answers may be separated by a comma.
qnaMainActions - An array with a single object. Must have the keys "actionType" and "actionVal".
Headers
Name
Type
Description
Authorization
string
Bearer {{api_key}}
Request Body
Name
Type
Description
qnaMainActions
array
Array of objects.
qnaMainAnswers
array
Array of objects. Each answer should be written as a string.
qnaMainQuestions
array
Array of objects. Each question should be written as a string.