Add Transcription To Category

Add a transcription to a category

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

category_idUUIDRequired
ID of the category

Request

This endpoint expects an object.
transcription_idUUIDRequired
ID of the transcription to add to the category
positionintegerOptional
Optional position within the category for ordering

Response

Returns success message
messagestring
Success message
category_idUUID
ID of the category
transcription_idUUID
ID of the transcription

Errors