GET /api/v1/assets/:asset_id/transcriptions/:transcription_id/sentences
Shows all sentences for the Asset transcription.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of the Transcription to be rendered.

Validations:

  • Must be a String


GET /api/v1/assets/:asset_id/transcriptions/:transcription_id/sentences/:id
Show the sentence.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of the Transcription to be rendered.

Validations:

  • Must be a String


PUT /api/v1/assets/:asset_id/transcriptions/:transcription_id/sentences/:id
Updates the sentence.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of the Transcription to be updated.

Validations:

  • Must be a String


DELETE /api/v1/assets/:asset_id/transcriptions/:transcription_id/sentences/:id
Deletes the sentence.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of the transcription sentence to be destroyed.

Validations:

  • Must be a String