Skip to main content
POST
/
surveys
/
{survey_id_or_slug}
/
validation
/
fix
Fix survey validation errors
curl --request POST \
  --url https://api.questra.ai/surveys/{survey_id_or_slug}/validation/fix \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Org-Id: <x-org-id>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Org-Id
string
required

The ID of the organization to make requests against. Found on your Settings page.

Path Parameters

survey_id_or_slug
string
required

The survey ID or slug

Response

202

Fix job accepted and running asynchronously