Skip to main content
POST
/
v0
/
defect-report
Submit a defect report
curl --request POST \
  --url https://{hostname}.gable.ai/v0/defect-report \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "description": "<string>",
  "expectedBehavior": "<string>",
  "reporterName": "<string>",
  "reporterEmail": "<string>",
  "organization": "<string>",
  "pageUrl": "<string>",
  "componentId": "<string>",
  "componentName": "<string>",
  "pathId": "<string>",
  "ingressPayloadName": "<string>",
  "egressPayloadName": "<string>"
}
'
{}

Authorizations

X-API-KEY
string
header
required

Body

application/json
description
string
required

Description of the defect

expectedBehavior
string
required

What the user expected to happen

reporterName
string
required

Name of the reporter

reporterEmail
string
required

Email of the reporter

organization
string
required

Customer organization name

pageUrl
string
required

URL where the defect was reported from

severity
enum<string>

Severity level

Available options:
low,
medium,
high
componentId
string

Lineage component ID

componentName
string

Lineage component display name

pathId
string

Path ID within the component

ingressPayloadName
string

Ingress payload name for the path

egressPayloadName
string

Egress payload name for the path

Response

Successful operation

The response is of type object.