docs/FigmaAttachmentsApi.md in phrase-2.26.0 vs docs/FigmaAttachmentsApi.md in phrase-3.0.0
- old
+ new
@@ -36,10 +36,10 @@
config.api_key_prefix['Authorization'] = 'token'
end
api_instance = Phrase::FigmaAttachmentsApi.new
project_id = 'project_id_example' # String | Project ID
-figma_attachment_create_parameters = Phrase::FigmaAttachmentCreateParameters.new # FigmaAttachmentCreateParameters |
+figma_attachment_create_parameters = Phrase::FigmaAttachmentCreateParameters.new({url: 'https://figma.com/file/xxxxx/sample'}) # FigmaAttachmentCreateParameters |
opts = {
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
branch: 'my-feature-branch' # String | specify the branch to use
}