English
cURL
curl "https://api.phrase.com/v2/projects/:project_id/figma_attachments/:id" \ -u USERNAME_OR_ACCESS_TOKEN \ -X PATCH \ -F branch=my-feature-branch \ -F url=https://figma.com/file/xxxxx/sample \
{ "id": "626ea67628690c73ac86ac81eec2d185", "url": "https://figma.com/file/something", "created_at": "2017-01-28T09:52:53Z", "updated_at": "2017-01-28T09:52:53Z" }
Update an existing Figma attachment.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Project ID
ID
specify the branch to use
"my-feature-branch"
Figma file url
"https://figma.com/file/xxxxx/sample"
OK
Was this page helpful?