メインコンテンツまでスキップ

Update VOD encoding

PUT 

/bv/cms/v1/vods/:vod_id/encodings/:id

Update matadata of specific version of VOD Encoding Contents.


Required field(s):

  • vod_id
  • id
  • name
  • description

  • Returns a 400/BadRequest error if the request body is invalid.
  • Returns a 404/NotFound error if the requested resource is not found.

Request

Path Parameters

    vod_id stringrequired

    Required. The unique id of the VOD resource.

    id stringrequired

    Required. The unique id of the VOD encoding 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
    name stringrequired

    Required. The name of the VOD encoding resource.

    description stringrequired

    Required. The description of the VOD encoding resource.

Responses

A successful response.

Schema

    object

Loading...