Skip to main content
PATCH
Update a question

Authorizations

X-API-KEY
string
header
required

API key for authentication. Pass your key in the X-API-KEY header.

Headers

X-API-KEY
string | null
Authorization
string | null
X-Workspace-Id
string | null

Path Parameters

posting_id
string
required
question_id
string
required

Body

application/json

Request body for updating a question.

Only provided fields are modified; omitted fields remain unchanged.

text
string | null

Updated question text.

evaluation_criteria
string | null

Updated evaluation criteria.

score_of_1
string | null

Updated score-1 description.

score_of_5
string | null

Updated score-5 description.

score_weight
integer | null

Updated importance weight for scoring (1–10).

Required range: 1 <= x <= 10
not_scored
boolean | null

Updated not-scored flag.

question_type
string | null

Updated question format.

min_follow_ups
integer | null

Updated min follow-ups.

Required range: x >= 0
max_follow_ups
integer | null

Updated max follow-ups.

Required range: x >= 0
additional_instructions
string | null

Updated instructions.

post_processing_evaluation_criteria
string | null

Updated post-processing criteria.

expected_answer
string | null

Updated expected answer.

expected_value
integer | null

Updated expected value.

is_dealbreaker
boolean | null

Updated dealbreaker flag.

answer
any | null

Updated expected answer (form).

is_knockout
boolean | null

Updated knockout flag.

dropdown_values
Dropdown Values · object[] | null

Updated dropdown options.

is_answer_mandated
boolean | null

Updated require-answer flag.

mcq_type
string | null

Updated MCQ type.

operator
string | null

Updated operator.

file_types
string[] | null

Updated file types.

allow_multiple_files
boolean | null

Updated multiple files flag.

slider_min
number | null

Updated slider min.

slider_max
number | null

Updated slider max.

slider_step
number | null

Updated slider step.

response_format
enum<string> | null

Updated response format: 'text', 'freeform', 'date', or 'number'.

Available options:
text,
freeform,
date,
number
instructions
string | null

Updated instructions.

options
string[] | null

Updated options.

structured_config
Structured Config · object | null

Updated advanced structured configuration (voice).

Response

Successful Response

data
QuestionResponse · object
required

A question or criterion belonging to a posting.

The modality field indicates the question type (voice, sms, form, resume_eligibility, resume_scoring, voice_tags). Fields that are not applicable to a given modality will be null.

meta
Meta · object | null

Optional metadata. Shape varies by endpoint.