From 139bc286a0cd11b7e16d1c65484dbe776ac2845e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Behrendt?= Date: Thu, 12 Dec 2024 14:10:01 +0100 Subject: [PATCH] chore(docs): Remove beta for repo sync API (#734) --- doc/compiled.json | 4 ++-- paths/repo_syncs/export.yaml | 2 -- paths/repo_syncs/import.yaml | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/compiled.json b/doc/compiled.json index e93546ac..eaa9fc6e 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -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" @@ -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" diff --git a/paths/repo_syncs/export.yaml b/paths/repo_syncs/export.yaml index b13bb215..84ef8b56 100644 --- a/paths/repo_syncs/export.yaml +++ b/paths/repo_syncs/export.yaml @@ -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. diff --git a/paths/repo_syncs/import.yaml b/paths/repo_syncs/import.yaml index 77fbcfbd..cc0a4a1e 100644 --- a/paths/repo_syncs/import.yaml +++ b/paths/repo_syncs/import.yaml @@ -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.