Update Question Resource
/questions/{question_id}/resources/{resource_id}
Update Question Resource [PUT]
Update an existing resource on a question.
Authorization: Admin
Request
Body{
"id": 63584,
"title": "OSHA 1910.179(a)(25)",
"resource": "Clearance means the distance from any part of the crane to a point of the nearest obstruction.",
"questionId": 13430
}
Response 200
Body
{
"item": {
"id": 63584,
"title": "OSHA 1910.179(a)(25)",
"resource": "Clearance means the distance from any part of the crane to a point of the nearest obstruction."
}
}