Update QA

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

Update a QA with the specified ID in the project with the specified id.

Parameters

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

Responses

Example
{
    "results": [
        [
            {
                "id": "3a63e5ea-ebbe-4b10-873d-372229ba7fca",
                "done": true
            }
        ]
    ]
}
Schema
{
    "results": [
        [
            {
                "id": "string",
                "done": ...
            }
        ]
    ]
}

Successful update, returns updated chunk

Possible response codes:

Successful deletion, no content returned

Forbidden: User does not have permission

Not Found: Chain or Project not found

Server Error: Unexpected server error

Was this article helpful to you? Yes No

How can we help?