Skip to main content
PATCH
Update a video

Authorizations

Authorization
string
header
required

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

Path Parameters

video_id
string<uuid>
required

Tracked video UUID.

Body

application/json
is_active
boolean | null

Pause (false) or resume (true) tracking.

metadata
Metadata · object | null

Replacement key/value tags (≤20 keys, ≤255 chars each).

scrape_interval_hours
integer | null

New refresh cadence in hours (6–720).

Required range: 6 <= x <= 720

Response

Successful Response

data
VideoResponse · object
required

A tracked post/video with its content fields and latest metrics.