Learn projects with QA

/rest/v1/projects/{projectId}/knowledge/qa/

Parameters

Request body

Example
{   "projectId": "e95690cc-1361-4dc9-a0a2-a1a925702a34",   "question": "What is the basic principle of ISTQB?",   "answer": "To ensure software testing standards" }
Schema
{ question*	string answer*	string }

Responses

Successful response

Example
{     "results": [         [             {                 "id": "94ff266e-8040-4f7f-b7a4-cd10cf8df94e",                 "done": true             }         ]     ] }
Schema
{ results*	string($json) }
Was this article helpful to you? Yes No

How can we help?