Creates a transcript with the given information in the payload.

post

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

Create a transcript node. The request body should contain (required fields) start, end, text.Throws exceptions with error code
CEC-CONTENT-TRANSCRIPT-022002 if improper transcript duration is given in payload
CEC-CONTENT-TRANSCRIPT-022003 if invalid start/end time format is given in payload
CEC-CONTENT-TRANSCRIPT-022004 if the fields are incorrect
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
Body ()
Creates an item transcript node with the given information in the payload. The fields id, links will be ignored even if given in the payload.
Root Schema : Videotranscript
Type: object
Video transcript
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK.

204 Response

No content.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top