Questions
Update a question
Updates the specified question. Only fields present in the request body are modified; omitted fields remain unchanged.
patch/api/v2/postings/{posting_id}/questions/{question_id}
Path parameters
posting_idstring required
question_idstring required
Headers
X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable
Request body
Response
Successful Response
Example response
{
"data": {
"id": "A1B2C3D4",
"posting_id": "13D77095",
"modality": "voice",
"text": "Tell me about a challenging project you led.",
"rank": 1
}
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.