Skip to content

Commit 6d8d83d

Browse files
author
Phrase
committed
Deploying from phrase/openapi@139bc286
1 parent f4fa853 commit 6d8d83d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/RepoSyncsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Name | Type | Description | Notes
293293
294294
Export to code repository
295295

296-
> Beta: this feature will change in the future. Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*
296+
Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*
297297

298298
### Example
299299

@@ -361,7 +361,7 @@ Name | Type | Description | Notes
361361
362362
Import from code repository
363363

364-
> Beta: this feature will change in the future. Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._
364+
Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._
365365

366366
### Example
367367

phrase_api/api/repo_syncs_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def repo_sync_events_with_http_info(self, account_id, id, **kwargs): # noqa: E5
559559
def repo_sync_export(self, account_id, id, **kwargs): # noqa: E501
560560
"""Export to code repository # noqa: E501
561561
562-
> Beta: this feature will change in the future. Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.* # noqa: E501
562+
Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.* # noqa: E501
563563
This method makes a synchronous HTTP request by default. To make an
564564
asynchronous HTTP request, please pass async_req=True
565565
>>> thread = api.repo_sync_export(account_id, id, async_req=True)
@@ -586,7 +586,7 @@ def repo_sync_export(self, account_id, id, **kwargs): # noqa: E501
586586
def repo_sync_export_with_http_info(self, account_id, id, **kwargs): # noqa: E501
587587
"""Export to code repository # noqa: E501
588588
589-
> Beta: this feature will change in the future. Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.* # noqa: E501
589+
Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.* # noqa: E501
590590
This method makes a synchronous HTTP request by default. To make an
591591
asynchronous HTTP request, please pass async_req=True
592592
>>> thread = api.repo_sync_export_with_http_info(account_id, id, async_req=True)
@@ -687,7 +687,7 @@ def repo_sync_export_with_http_info(self, account_id, id, **kwargs): # noqa: E5
687687
def repo_sync_import(self, account_id, id, **kwargs): # noqa: E501
688688
"""Import from code repository # noqa: E501
689689
690-
> Beta: this feature will change in the future. Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._ # noqa: E501
690+
Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._ # noqa: E501
691691
This method makes a synchronous HTTP request by default. To make an
692692
asynchronous HTTP request, please pass async_req=True
693693
>>> thread = api.repo_sync_import(account_id, id, async_req=True)
@@ -714,7 +714,7 @@ def repo_sync_import(self, account_id, id, **kwargs): # noqa: E501
714714
def repo_sync_import_with_http_info(self, account_id, id, **kwargs): # noqa: E501
715715
"""Import from code repository # noqa: E501
716716
717-
> Beta: this feature will change in the future. Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._ # noqa: E501
717+
Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._ # noqa: E501
718718
This method makes a synchronous HTTP request by default. To make an
719719
asynchronous HTTP request, please pass async_req=True
720720
>>> thread = api.repo_sync_import_with_http_info(account_id, id, async_req=True)

0 commit comments

Comments
 (0)