Skip to main content

Edit live-imitation

PATCH 

/videos/:liveimitation_id

Edit live-imitations informations and configurations.

Request

Path Parameters

    liveimitation_id stringrequired

Header Parameters

    Content-Type stringrequired
    Example: application/x-www-form-urlencoded
    Accept stringrequired
    Example: application/json

Body

    title string

    Updated title of live-imitation

    Example: New title
    description string

    Updated description of live-imitation

    Example: New description
    tag_ids[] string

    Tags of live-imitation

    Example: 324
    privacy string

    Privacy of content (hidden, public, registered)

    Example: public
    collection_id string

    Id collection to attach live-imitation

    Example: 3332
    startdate string

    Start date of event (for live streaming)

    Example: 2024-10-23 12:00:00

Responses

Response Headers

    Schema

      id stringrequired
      status stringrequired
    Loading...