Skip to main content

Update STT subtitle content

PUT 

/bv/cms/v1/library/subtitles/:id

Update STT subtitle content

Request

Path Parameters

    id stringrequired

    The id of the subtitle.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    content object[]required

    The content of subtitle.

  • Array [
  • index int32
    start_at string
    end_at string
    words string[]
  • ]
  • display stringrequired

    The display name of subtitle.

Responses

A successful response.

Schema

    object

Loading...