Update text items
Updates a set of text items’ base or variant text, plural forms, tags, status, assignee, notes, character limit, integrated, variables, and block placement. Each text item is identified by its developer ID. Only provided fields are modified — omitted fields remain unchanged.
Authorizations
Body
Array of updates to text items.
Developer ID of the target variant. If a text item does not already have the target variant, it will be added. Omit if targeting base text
If true, and the provided variantId is not found, create the variant. A variant name will be generated based on the passed in ID.
When set to 'html', all text values in this request (including plural text) are parsed as HTML and saved as rich text. Supported formatting: <strong>/<b>, <em>/<i>, <u>, <s>, and <br> for line breaks. <sup> and <sub> are only supported for workspaces with superscript and subscript enabled. Unsupported markup (for example links, lists, or headings) is dropped and its text content kept.
Note: Fully-bolded strings will have that bold styling stripped, as Figma does not support bolding an entire text layer this way.
When omitted, text is saved as plaintext and any markup is stored literally.
html Response
Returns success status of the update operation
Indicates whether the update was successful