docs/BitbucketSyncApi.md in phrase-2.8.3 vs docs/BitbucketSyncApi.md in phrase-2.8.7
- old
+ new
@@ -14,11 +14,11 @@
> BitbucketSyncExportResponse bitbucket_sync_export(id, bitbucket_sync_export_parameters, opts)
Export from Phrase Strings to Bitbucket
-Export translations from Phrase Strings to Bitbucket according to the .phraseapp.yml file within the Bitbucket Repository.
+Export translations from Phrase Strings to Bitbucket according to the .phraseapp.yml file within the Bitbucket Repository. <br><br><i>Note: Export is done asynchronously and may take several seconds depending on the project size.</i>
### Example
```ruby
# load the gem
@@ -77,10 +77,10 @@
> bitbucket_sync_import(id, bitbucket_sync_import_parameters, opts)
Import to Phrase Strings from Bitbucket
-Import translations from Bitbucket to Phrase Strings according to the .phraseapp.yml file within the Bitbucket repository.
+Import translations from Bitbucket to Phrase Strings according to the .phraseapp.yml file within the Bitbucket repository. <br><br><i>Note: Import is done asynchronously and may take several seconds depending on the project size.</i>
### Example
```ruby
# load the gem