Authorization: Bearer ********************{
"title": "string",
"description": "string",
"is_active": true
}curl --location --request PUT 'https://api.msaaq.com/v1/admin/mi-assistant/questions/' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"description": "string",
"is_active": true
}'{
"data": {
"id": "string",
"title": "string",
"description": "string",
"sort_order": 0,
"is_active": true,
"answers_count": 0,
"answers": [
{
"id": "string",
"question_id": "string",
"title": "string",
"sort_order": 0,
"skills": [
{
"id": "string",
"name": "string",
"weight": 0
}
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}