{ "opencollection": "1.0.0", "info": { "name": "Phrase Strings API Reference Accounts Key's Figma attachments API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Key's Figma attachments", "type": "folder" }, "items": [ { "info": { "name": "Attach the Figma attachment to a key", "type": "http" }, "http": { "method": "POST", "url": "https://api.phrase.com/v2/projects/:project_id/figma_attachments/:figma_attachment_id/keys", "headers": [ { "name": "X-PhraseApp-OTP", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID" }, { "name": "figma_attachment_id", "value": "", "type": "path", "description": "Figma attachment ID" }, { "name": "id", "value": "", "type": "path", "description": "ID" }, { "name": "branch", "value": "my-feature-branch", "type": "query", "description": "specify the branch to use" } ] }, "docs": "Attach the Figma attachment to a key" }, { "info": { "name": "Detach the Figma attachment from a key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.phrase.com/v2/projects/:project_id/figma_attachments/:figma_attachment_id/keys/:id", "headers": [ { "name": "X-PhraseApp-OTP", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID" }, { "name": "figma_attachment_id", "value": "", "type": "path", "description": "Figma attachment ID" }, { "name": "id", "value": "", "type": "path", "description": "ID" }, { "name": "branch", "value": "my-feature-branch", "type": "query", "description": "specify the branch to use" } ] }, "docs": "Detach the Figma attachment from a key" } ] } ], "bundled": true }