Skip to main content

[deprecated] Update cover image of VOD

PUT 

/bv/cms/v1/vods/:id/cover-image


Required field(s):

  • id
  • type
  • library_id

Request

Path Parameters

    id stringrequired

    Required. Indicates the unique id of the VOD resource.

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
    type Required. Indicates current cover image type (string)required

    Possible values: [COVER_IMAGE_TYPE_AUTO, COVER_IMAGE_TYPE_CUSTOMIZE]

    • COVER_IMAGE_TYPE_AUTO: COVER_IMAGE_TYPE_AUTO Indicates the image created by BlendVision One.
    • COVER_IMAGE_TYPE_CUSTOMIZE: COVER_IMAGE_TYPE_CUSTOMIZE Indicates the image uploaded by User.
    library_id stringrequired

    Required. The unique id of library image file.

Responses

A successful response.

Schema

    object

Loading...