Skip to content

Commit

Permalink
chore(docs): Remove beta for repo sync API (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke authored Dec 12, 2024
1 parent ecded00 commit 139bc28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -22912,7 +22912,7 @@
"/accounts/{account_id}/repo_syncs/{id}/export": {
"post": {
"summary": "Export to code repository",
"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.*",
"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.*",
"operationId": "repo_sync/export",
"tags": [
"Repo Syncs"
Expand Down Expand Up @@ -22976,7 +22976,7 @@
"/accounts/{account_id}/repo_syncs/{id}/import": {
"post": {
"summary": "Import from code repository",
"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._",
"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._",
"operationId": "repo_sync/import",
"tags": [
"Repo Syncs"
Expand Down
2 changes: 0 additions & 2 deletions paths/repo_syncs/export.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
summary: Export to code repository
description: |-
> 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.
Expand Down
2 changes: 0 additions & 2 deletions paths/repo_syncs/import.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
summary: Import from code repository
description: |-
> 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.
Expand Down

0 comments on commit 139bc28

Please sign in to comment.