Create Question Resource

/questions/{id}/resources

Create Question Resource [POST]

Create a new resource on a question.

Authorization: Admin

Request

Body
{
    "questionId": 13430,
    "title": "OSHA 1910.179(a)(25)",
    "resource": "Clearance means the distance from any part of the crane to a point of the nearest obstruction."
}

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."
	}
}

Still need help? Contact Us Contact Us