Restores the auto generated subtitles.

put

/content/management/api/v1.1/items/{id}/metadata/transcripts/restore

This will restore the subtitles back to the automatic generated transcription.
There is no request payload since the transcript is being restored to it's original one. The response contains the transcript with default limit number of nodes.

Throws exceptions with error codes -

CEC-CONTENT-TRANSCRIPT-022005 if the system generated transcript is not available.
CEC-CONTENT-TRANSCRIPT-022006 if system generated transcript is failure.
CEC-CONTENT-TRANSCRIPT-022007 if there are no changes to restore back to the system generated transcription.
CEC-CONTENT-ITEM-008002 if item is not found.
CEC-CONTENT-001004 if the user does not have the enterprise user role or if the user does not have at least contributor role on repository.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

OK.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top