Version History
Save named versions to the Figma file’s version history.
Type reference
// Version history lets you create named snapshots of a Figma file.// Use this after completing design tasks to create an audit trail of changes.// Equivalent to Figma's File → Save to Version History (Cmd+Opt+S).1 method available.
Save a named version to the file’s version history
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | ✓ | Version title (e.g., "Added hero sections with website copy") |
description | string | ✗ | Optional longer description of what changed |
Response
| Field | Type | Description |
|---|---|---|
id | string | Version ID returned by Figma |