Skip to main content
POST
Update clip
Rename a clip or set its favorite take. Send id plus at least one of:
  • name
  • favorite_id — a take on this clip, or null to clear
The first take on a clip is marked favorite automatically. Use this endpoint to change that later.

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string<uuid>
required

Clip ID.

name
string
favorite_id
string<uuid> | null

Take ID on this clip, or null to clear.

Response

Clip updated

id
string<uuid>
required
name
string
required
favorite_id
string<uuid> | null
required

Favorite take on this clip, or null.

take_count
integer
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
takes
object[]