-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying from phrase/openapi@6fcab5d4
- Loading branch information
Phrase
committed
Jun 25, 2024
1 parent
f8e8747
commit 28a6e8e
Showing
14 changed files
with
902 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,6 +210,8 @@ Class | Method | HTTP request | Description | |
*LinkedKeysApi* | [**KeyLinksCreate**](docs/LinkedKeysApi.md#keylinkscreate) | **Post** /projects/{project_id}/keys/{id}/key_links | Link child keys to a parent key | ||
*LinkedKeysApi* | [**KeyLinksDestroy**](docs/LinkedKeysApi.md#keylinksdestroy) | **Delete** /projects/{project_id}/keys/{id}/key_links/{child_key_id} | Unlink a child key from a parent key | ||
*LinkedKeysApi* | [**KeyLinksIndex**](docs/LinkedKeysApi.md#keylinksindex) | **Get** /projects/{project_id}/keys/{id}/key_links | List child keys of a parent key | ||
*LocaleDownloadsApi* | [**LocaleDownloadCreate**](docs/LocaleDownloadsApi.md#localedownloadcreate) | **Post** /projects/{project_id}/locales/{locale_id}/downloads | Initiate async download of a locale | ||
*LocaleDownloadsApi* | [**LocaleDownloadShow**](docs/LocaleDownloadsApi.md#localedownloadshow) | **Get** /projects/{project_id}/locales/{locale_id}/downloads/{id} | Show status of an async locale download | ||
*LocalesApi* | [**AccountLocales**](docs/LocalesApi.md#accountlocales) | **Get** /accounts/{id}/locales | List locales used in account | ||
*LocalesApi* | [**LocaleCreate**](docs/LocalesApi.md#localecreate) | **Post** /projects/{project_id}/locales | Create a locale | ||
*LocalesApi* | [**LocaleDelete**](docs/LocalesApi.md#localedelete) | **Delete** /projects/{project_id}/locales/{id} | Delete a locale | ||
|
@@ -457,6 +459,10 @@ Class | Method | HTTP request | Description | |
- [Locale](docs/Locale.md) | ||
- [LocaleCreateParameters](docs/LocaleCreateParameters.md) | ||
- [LocaleDetails](docs/LocaleDetails.md) | ||
- [LocaleDownload](docs/LocaleDownload.md) | ||
- [LocaleDownloadCreateParameters](docs/LocaleDownloadCreateParameters.md) | ||
- [LocaleDownloadParams](docs/LocaleDownloadParams.md) | ||
- [LocaleDownloadResult](docs/LocaleDownloadResult.md) | ||
- [LocalePreview](docs/LocalePreview.md) | ||
- [LocalePreview1](docs/LocalePreview1.md) | ||
- [LocaleReport](docs/LocaleReport.md) | ||
|
@@ -636,6 +642,7 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
||
|
||
## Get help / support | ||
|
Oops, something went wrong.