SPA AI Error Analysis

AI Error Analysis for a blocked RenderingRequest

Creates a SpaRenderingRequestErrorAnalysis resource.

POST/api/spa/rendering-requests/{id}/error-analysis

Authorizations

X-AUTH-TOKEN
stringheaderrequired

Value for the X-AUTH-TOKEN header parameter.

Path Parameters

id
stringrequired

SpaRenderingRequestErrorAnalysis identifier

Request Body

application/json
required

The new SpaRenderingRequestErrorAnalysis resource

{
  "locale": "en"
}

Response

201application/json

SpaRenderingRequestErrorAnalysis resource created

summary
string | null
likelyCauses
string[] | null
recommendedChecks
string[] | null
usedIdentifiers
string[] | null
confidence
string | null
issueType
string | null
failingExpression
string | null
suspectedRenderDataPaths
string[] | null
needsRenderDataLookup
boolean | null

Available options: truefalse

concreteError
string | null
inspectedRenderData
string[] | null