[
{
"blockPageId": "f624341c-dabc-4a9e-b1e8-11324f9aae9e",
"componentTypeId": "AUDIOREC",
"blockPageItemId": "f19f0aba-f3ce-45b9-93a8-46790f92091e",
"blockPageItemContent": "<p><span style=\"font-size: 18px;\"><strong>In your downtime, what's a go-to way for you to relax and recharge?</strong></span></p>\n",
"blockPageItemContentEnText": null,
"blockPageItemName": "Unscripted Scenario 1",
"isMandatory": true,
"multimediaDuration": null,
"multimediaAllowRetake": null,
"multimediaTimesRetake": null,
"multimediaAllowReview": null,
"multimediaIsLangugageTest": null,
"multimediaIsSupportRecognition": null,
"languageId": null,
"multimediaRecognitionModel": null
}
]
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/item/audiorec/update' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"blockPageId": "f624341c-dabc-4a9e-b1e8-11324f9aae9e",
"componentTypeId": "AUDIOREC",
"blockPageItemId": "f19f0aba-f3ce-45b9-93a8-46790f92091e",
"blockPageItemContent": "<p><span style=\"font-size: 18px;\"><strong>In your downtime, what'\''s a go-to way for you to relax and recharge?</strong></span></p>\n",
"blockPageItemContentEnText": null,
"blockPageItemName": "Unscripted Scenario 1",
"isMandatory": true,
"multimediaDuration": null,
"multimediaAllowRetake": null,
"multimediaTimesRetake": null,
"multimediaAllowReview": null,
"multimediaIsLangugageTest": null,
"multimediaIsSupportRecognition": null,
"languageId": null,
"multimediaRecognitionModel": null
}
]'
{}