Skip to content

Commit 139bc28

Browse files
authored
chore(docs): Remove beta for repo sync API (#734)
1 parent ecded00 commit 139bc28

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

doc/compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22912,7 +22912,7 @@
2291222912
"/accounts/{account_id}/repo_syncs/{id}/export": {
2291322913
"post": {
2291422914
"summary": "Export to code repository",
22915-
"description": "> Beta: this feature will change in the future.\n\nExport translations from Phrase Strings to repository provider according to the\n.phrase.yml file within the code repository.\n\n*Export is done asynchronously and may take several seconds depending on the project size.*",
22915+
"description": "Export translations from Phrase Strings to repository provider according to the\n.phrase.yml file within the code repository.\n\n*Export is done asynchronously and may take several seconds depending on the project size.*",
2291622916
"operationId": "repo_sync/export",
2291722917
"tags": [
2291822918
"Repo Syncs"
@@ -22976,7 +22976,7 @@
2297622976
"/accounts/{account_id}/repo_syncs/{id}/import": {
2297722977
"post": {
2297822978
"summary": "Import from code repository",
22979-
"description": "> Beta: this feature will change in the future.\n\nImport translations from repository provider to Phrase Strings according to the .phrase.yml file\nwithin the code repository.\n\n_Import is done asynchronously and may take several seconds depending on the project size._",
22979+
"description": "Import translations from repository provider to Phrase Strings according to the .phrase.yml file\nwithin the code repository.\n\n_Import is done asynchronously and may take several seconds depending on the project size._",
2298022980
"operationId": "repo_sync/import",
2298122981
"tags": [
2298222982
"Repo Syncs"

paths/repo_syncs/export.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
summary: Export to code repository
33
description: |-
4-
> Beta: this feature will change in the future.
5-
64
Export translations from Phrase Strings to repository provider according to the
75
.phrase.yml file within the code repository.
86

paths/repo_syncs/import.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
summary: Import from code repository
33
description: |-
4-
> Beta: this feature will change in the future.
5-
64
Import translations from repository provider to Phrase Strings according to the .phrase.yml file
75
within the code repository.
86

0 commit comments

Comments
 (0)