Changelog: Clips - Add PATCH endpoint and tags field to Clips APIs

Released: 2026-04-23 Updated: 2026-04-22

Visit Changelog

Summary: Adds a new PATCH /v2/clips/{clipId} API to update clips and introduces a tags response field across list and single Clips endpoints.

Added

  • New Single API:
    • PATCH /v2/clips/{clipId}

Changed

  • New tags response field in the following Clips APIs:
    • GET /v2/accounts/{accountId}/clips
    • GET /v2/clips
  • New tags response field in the following Single API:
    • GET /v2/clips/{clipId}

Does the PATCH endpoint allow for modifying the sharing settings of a Clip?