Update
PUT/questions-and-answers-collection
Update
Request
- application/json
Body
required
smartContentId int64
webpageProperties
object
entities string[]required
iri stringrequired
query string
url stringrequired
Responses
- 200
- 401
Found.
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
]
answer string
The generated answer.
created_at date-time
The create date-time.
entity_gaps string[]
errors
object[]
The set of errors found for the answer.
levelEnum LevelEnum (string)
Possible values: [RECOMMENDED, REQUIRED]
The rule level.
name string
result string
Possible values: [PASS, FAIL, SKIP, FIXED]
id int64
The unique id.
iri stringrequired
The webpage IRI tied to this Q&A.
is_deleted boolean
The deleted flag.
is_published boolean
The published flag.
modified_at date-time
The last modified date-time.
question string
The generated question.
smart_content_id int64
url stringrequired
The webpage URL tied to this Q&A.
warnings
object[]
The set of warnings found for the answer.
levelEnum LevelEnum (string)
Possible values: [RECOMMENDED, REQUIRED]
The rule level.
name string
result string
Possible values: [PASS, FAIL, SKIP, FIXED]
[
{
"answer": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"entity_gaps": [
"string"
],
"errors": [
{
"levelEnum": "RECOMMENDED",
"name": "string",
"result": "PASS"
}
],
"id": 0,
"iri": "string",
"is_deleted": false,
"is_published": false,
"modified_at": "2024-07-29T15:51:28.071Z",
"question": "string",
"smart_content_id": 0,
"url": "string",
"warnings": [
{
"levelEnum": "RECOMMENDED",
"name": "string",
"result": "PASS"
}
]
}
]
Authentication Failure