diff --git a/doc/compiled.json b/doc/compiled.json index e325d691..c49b4733 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -147,6 +147,9 @@ { "name": "Releases" }, + { + "name": "Release Triggers" + }, { "name": "Repo Syncs", "description": "The Repo Syncs API allows you to synchronize your Phrase projects with your code repositories.\nYou can import translations from your repository to Phrase and export translations from Phrase to your repository.\n" @@ -178,9 +181,6 @@ { "name": "Translations" }, - { - "name": "Trigger Releases" - }, { "name": "Uploads", "description": "### Formats\n\nWe support all common localization file formats. For a detailed overview, see our [Format Guide](https://support.phrase.com/hc/en-us/sections/6111343326364).\n\n### Processing\n\nUploads will be processed asynchronously and thus the data might not be imported yet although the upload is completed. Therefore we recommend to evaluate the returned state field for information on the import progress.\n\n#### Available States\n\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
StateDescription
initializedData received.
waiting_for_previewUpload is waiting for preview to be finished.
waitingUpload is waiting for processing.
processingUpload is being processed, data is currently imported.
successUpload is complete and all data is imported.
errorUpload or import process failed.
\n
\n" @@ -250,7 +250,7 @@ "Webhooks", "Distributions", "Releases", - "Trigger Releases" + "Release Triggers" ] }, { diff --git a/main.yaml b/main.yaml index 08ffc9f3..4bdf243e 100644 --- a/main.yaml +++ b/main.yaml @@ -195,6 +195,7 @@ tags: - name: Projects - name: Quality - name: Releases + - name: Release Triggers - name: Repo Syncs description: | The Repo Syncs API allows you to synchronize your Phrase projects with your code repositories. @@ -208,7 +209,6 @@ tags: - name: Tags - name: Teams - name: Translations - - name: Trigger Releases - name: Uploads description: | ### Formats @@ -302,7 +302,7 @@ x-tagGroups: - Webhooks - Distributions - Releases - - Trigger Releases + - Release Triggers - name: Ordering tags: - Orders