Skip to content

Commit

Permalink
Deploying from phrase/openapi@7a1a0d91
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed May 31, 2024
1 parent fd2f143 commit b230496
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 162 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,13 @@ Class | Method | HTTP request | Description
*ReleasesApi* | [**releaseShow**](docs/Api/ReleasesApi.md#releaseshow) | **GET** /accounts/{account_id}/distributions/{distribution_id}/releases/{id} | Get a single release
*ReleasesApi* | [**releaseUpdate**](docs/Api/ReleasesApi.md#releaseupdate) | **PATCH** /accounts/{account_id}/distributions/{distribution_id}/releases/{id} | Update a release
*ReleasesApi* | [**releasesList**](docs/Api/ReleasesApi.md#releaseslist) | **GET** /accounts/{account_id}/distributions/{distribution_id}/releases | List releases
*RepoSyncsApi* | [**repoSyncActivate**](docs/Api/RepoSyncsApi.md#reposyncactivate) | **POST** /accounts/{account_id}/repo_syncs/{repo_sync_id}/activate | Activate a Repo Sync
*RepoSyncsApi* | [**repoSyncDeactivate**](docs/Api/RepoSyncsApi.md#reposyncdeactivate) | **POST** /accounts/{account_id}/repo_syncs/{repo_sync_id}/deactivate | Deactivate a Repo Sync
*RepoSyncsApi* | [**repoSyncEvents**](docs/Api/RepoSyncsApi.md#reposyncevents) | **GET** /accounts/{account_id}/repo_syncs/{repo_sync_id}/events | Repository Syncs History
*RepoSyncsApi* | [**repoSyncExport**](docs/Api/RepoSyncsApi.md#reposyncexport) | **POST** /accounts/{account_id}/repo_syncs/{repo_sync_id}/export | Export to code repository
*RepoSyncsApi* | [**repoSyncImport**](docs/Api/RepoSyncsApi.md#reposyncimport) | **POST** /accounts/{account_id}/repo_syncs/{repo_sync_id}/import | Import from code repository
*RepoSyncsApi* | [**repoSyncActivate**](docs/Api/RepoSyncsApi.md#reposyncactivate) | **POST** /accounts/{account_id}/repo_syncs/{id}/activate | Activate a Repo Sync
*RepoSyncsApi* | [**repoSyncDeactivate**](docs/Api/RepoSyncsApi.md#reposyncdeactivate) | **POST** /accounts/{account_id}/repo_syncs/{id}/deactivate | Deactivate a Repo Sync
*RepoSyncsApi* | [**repoSyncEvents**](docs/Api/RepoSyncsApi.md#reposyncevents) | **GET** /accounts/{account_id}/repo_syncs/{id}/events | Repository Syncs History
*RepoSyncsApi* | [**repoSyncExport**](docs/Api/RepoSyncsApi.md#reposyncexport) | **POST** /accounts/{account_id}/repo_syncs/{id}/export | Export to code repository
*RepoSyncsApi* | [**repoSyncImport**](docs/Api/RepoSyncsApi.md#reposyncimport) | **POST** /accounts/{account_id}/repo_syncs/{id}/import | Import from code repository
*RepoSyncsApi* | [**repoSyncList**](docs/Api/RepoSyncsApi.md#reposynclist) | **GET** /accounts/{account_id}/repo_syncs | Get Repo Syncs
*RepoSyncsApi* | [**repoSyncShow**](docs/Api/RepoSyncsApi.md#reposyncshow) | **GET** /accounts/{account_id}/repo_syncs/{repo_sync_id} | Get a single Repo Sync
*RepoSyncsApi* | [**repoSyncShow**](docs/Api/RepoSyncsApi.md#reposyncshow) | **GET** /accounts/{account_id}/repo_syncs/{id} | Get a single Repo Sync
*ReportsApi* | [**reportLocalesList**](docs/Api/ReportsApi.md#reportlocaleslist) | **GET** /projects/{project_id}/report/locales | List Locale Reports
*ReportsApi* | [**reportShow**](docs/Api/ReportsApi.md#reportshow) | **GET** /projects/{project_id}/report | Get Project Report
*ScreenshotMarkersApi* | [**screenshotMarkerCreate**](docs/Api/ScreenshotMarkersApi.md#screenshotmarkercreate) | **POST** /projects/{project_id}/screenshots/{screenshot_id}/markers | Create a screenshot marker
Expand Down
60 changes: 30 additions & 30 deletions docs/Api/RepoSyncsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ All URIs are relative to *https://api.phrase.com/v2*

Method | HTTP request | Description
------------- | ------------- | -------------
[**repoSyncActivate**](RepoSyncsApi.md#repoSyncActivate) | **POST** /accounts/{account_id}/repo_syncs/{repo_sync_id}/activate | Activate a Repo Sync
[**repoSyncDeactivate**](RepoSyncsApi.md#repoSyncDeactivate) | **POST** /accounts/{account_id}/repo_syncs/{repo_sync_id}/deactivate | Deactivate a Repo Sync
[**repoSyncEvents**](RepoSyncsApi.md#repoSyncEvents) | **GET** /accounts/{account_id}/repo_syncs/{repo_sync_id}/events | Repository Syncs History
[**repoSyncExport**](RepoSyncsApi.md#repoSyncExport) | **POST** /accounts/{account_id}/repo_syncs/{repo_sync_id}/export | Export to code repository
[**repoSyncImport**](RepoSyncsApi.md#repoSyncImport) | **POST** /accounts/{account_id}/repo_syncs/{repo_sync_id}/import | Import from code repository
[**repoSyncActivate**](RepoSyncsApi.md#repoSyncActivate) | **POST** /accounts/{account_id}/repo_syncs/{id}/activate | Activate a Repo Sync
[**repoSyncDeactivate**](RepoSyncsApi.md#repoSyncDeactivate) | **POST** /accounts/{account_id}/repo_syncs/{id}/deactivate | Deactivate a Repo Sync
[**repoSyncEvents**](RepoSyncsApi.md#repoSyncEvents) | **GET** /accounts/{account_id}/repo_syncs/{id}/events | Repository Syncs History
[**repoSyncExport**](RepoSyncsApi.md#repoSyncExport) | **POST** /accounts/{account_id}/repo_syncs/{id}/export | Export to code repository
[**repoSyncImport**](RepoSyncsApi.md#repoSyncImport) | **POST** /accounts/{account_id}/repo_syncs/{id}/import | Import from code repository
[**repoSyncList**](RepoSyncsApi.md#repoSyncList) | **GET** /accounts/{account_id}/repo_syncs | Get Repo Syncs
[**repoSyncShow**](RepoSyncsApi.md#repoSyncShow) | **GET** /accounts/{account_id}/repo_syncs/{repo_sync_id} | Get a single Repo Sync
[**repoSyncShow**](RepoSyncsApi.md#repoSyncShow) | **GET** /accounts/{account_id}/repo_syncs/{id} | Get a single Repo Sync



## repoSyncActivate

> \Phrase\Model\RepoSync repoSyncActivate($account_id, $repo_sync_id, $x_phrase_app_otp)
> \Phrase\Model\RepoSync repoSyncActivate($account_id, $id, $x_phrase_app_otp)
Activate a Repo Sync

Expand All @@ -38,11 +38,11 @@ $apiInstance = new Phrase\Api\RepoSyncsApi(
$config
);
$account_id = 'account_id_example'; // string | Account ID
$repo_sync_id = 'repo_sync_id_example'; // string | Repo Sync ID
$id = 'id_example'; // string | ID
$x_phrase_app_otp = 'x_phrase_app_otp_example'; // string | Two-Factor-Authentication token (optional)

try {
$result = $apiInstance->repoSyncActivate($account_id, $repo_sync_id, $x_phrase_app_otp);
$result = $apiInstance->repoSyncActivate($account_id, $id, $x_phrase_app_otp);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling RepoSyncsApi->repoSyncActivate: ', $e->getMessage(), PHP_EOL;
Expand All @@ -56,7 +56,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**account_id** | **string**| Account ID |
**repo_sync_id** | **string**| Repo Sync ID |
**id** | **string**| ID |
**x_phrase_app_otp** | **string**| Two-Factor-Authentication token (optional) | [optional]

### Return type
Expand All @@ -79,7 +79,7 @@ Name | Type | Description | Notes

## repoSyncDeactivate

> \Phrase\Model\RepoSync repoSyncDeactivate($account_id, $repo_sync_id, $x_phrase_app_otp)
> \Phrase\Model\RepoSync repoSyncDeactivate($account_id, $id, $x_phrase_app_otp)
Deactivate a Repo Sync

Expand All @@ -101,11 +101,11 @@ $apiInstance = new Phrase\Api\RepoSyncsApi(
$config
);
$account_id = 'account_id_example'; // string | Account ID
$repo_sync_id = 'repo_sync_id_example'; // string | Repo Sync ID
$id = 'id_example'; // string | ID
$x_phrase_app_otp = 'x_phrase_app_otp_example'; // string | Two-Factor-Authentication token (optional)

try {
$result = $apiInstance->repoSyncDeactivate($account_id, $repo_sync_id, $x_phrase_app_otp);
$result = $apiInstance->repoSyncDeactivate($account_id, $id, $x_phrase_app_otp);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling RepoSyncsApi->repoSyncDeactivate: ', $e->getMessage(), PHP_EOL;
Expand All @@ -119,7 +119,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**account_id** | **string**| Account ID |
**repo_sync_id** | **string**| Repo Sync ID |
**id** | **string**| ID |
**x_phrase_app_otp** | **string**| Two-Factor-Authentication token (optional) | [optional]

### Return type
Expand All @@ -142,7 +142,7 @@ Name | Type | Description | Notes

## repoSyncEvents

> \Phrase\Model\RepoSyncEvent[] repoSyncEvents($account_id, $repo_sync_id, $x_phrase_app_otp)
> \Phrase\Model\RepoSyncEvent[] repoSyncEvents($account_id, $id, $x_phrase_app_otp)
Repository Syncs History

Expand All @@ -164,11 +164,11 @@ $apiInstance = new Phrase\Api\RepoSyncsApi(
$config
);
$account_id = 'account_id_example'; // string | Account ID
$repo_sync_id = 'repo_sync_id_example'; // string | Repo Sync ID
$id = 'id_example'; // string | ID
$x_phrase_app_otp = 'x_phrase_app_otp_example'; // string | Two-Factor-Authentication token (optional)

try {
$result = $apiInstance->repoSyncEvents($account_id, $repo_sync_id, $x_phrase_app_otp);
$result = $apiInstance->repoSyncEvents($account_id, $id, $x_phrase_app_otp);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling RepoSyncsApi->repoSyncEvents: ', $e->getMessage(), PHP_EOL;
Expand All @@ -182,7 +182,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**account_id** | **string**| Account ID |
**repo_sync_id** | **string**| Repo Sync ID |
**id** | **string**| ID |
**x_phrase_app_otp** | **string**| Two-Factor-Authentication token (optional) | [optional]

### Return type
Expand All @@ -205,7 +205,7 @@ Name | Type | Description | Notes

## repoSyncExport

> \Phrase\Model\RepoSyncExport repoSyncExport($account_id, $repo_sync_id, $x_phrase_app_otp)
> \Phrase\Model\RepoSyncExport repoSyncExport($account_id, $id, $x_phrase_app_otp)
Export to code repository

Expand All @@ -227,11 +227,11 @@ $apiInstance = new Phrase\Api\RepoSyncsApi(
$config
);
$account_id = 'account_id_example'; // string | Account ID
$repo_sync_id = 'repo_sync_id_example'; // string | Repo Sync ID
$id = 'id_example'; // string | ID
$x_phrase_app_otp = 'x_phrase_app_otp_example'; // string | Two-Factor-Authentication token (optional)

try {
$result = $apiInstance->repoSyncExport($account_id, $repo_sync_id, $x_phrase_app_otp);
$result = $apiInstance->repoSyncExport($account_id, $id, $x_phrase_app_otp);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling RepoSyncsApi->repoSyncExport: ', $e->getMessage(), PHP_EOL;
Expand All @@ -245,7 +245,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**account_id** | **string**| Account ID |
**repo_sync_id** | **string**| Repo Sync ID |
**id** | **string**| ID |
**x_phrase_app_otp** | **string**| Two-Factor-Authentication token (optional) | [optional]

### Return type
Expand All @@ -268,7 +268,7 @@ Name | Type | Description | Notes

## repoSyncImport

> \Phrase\Model\RepoSyncImport repoSyncImport($account_id, $repo_sync_id, $x_phrase_app_otp)
> \Phrase\Model\RepoSyncImport repoSyncImport($account_id, $id, $x_phrase_app_otp)
Import from code repository

Expand All @@ -290,11 +290,11 @@ $apiInstance = new Phrase\Api\RepoSyncsApi(
$config
);
$account_id = 'account_id_example'; // string | Account ID
$repo_sync_id = 'repo_sync_id_example'; // string | Repo Sync ID
$id = 'id_example'; // string | ID
$x_phrase_app_otp = 'x_phrase_app_otp_example'; // string | Two-Factor-Authentication token (optional)

try {
$result = $apiInstance->repoSyncImport($account_id, $repo_sync_id, $x_phrase_app_otp);
$result = $apiInstance->repoSyncImport($account_id, $id, $x_phrase_app_otp);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling RepoSyncsApi->repoSyncImport: ', $e->getMessage(), PHP_EOL;
Expand All @@ -308,7 +308,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**account_id** | **string**| Account ID |
**repo_sync_id** | **string**| Repo Sync ID |
**id** | **string**| ID |
**x_phrase_app_otp** | **string**| Two-Factor-Authentication token (optional) | [optional]

### Return type
Expand Down Expand Up @@ -392,7 +392,7 @@ Name | Type | Description | Notes

## repoSyncShow

> \Phrase\Model\RepoSync repoSyncShow($account_id, $repo_sync_id, $x_phrase_app_otp)
> \Phrase\Model\RepoSync repoSyncShow($account_id, $id, $x_phrase_app_otp)
Get a single Repo Sync

Expand All @@ -414,11 +414,11 @@ $apiInstance = new Phrase\Api\RepoSyncsApi(
$config
);
$account_id = 'account_id_example'; // string | Account ID
$repo_sync_id = 'repo_sync_id_example'; // string | Repo Sync ID
$id = 'id_example'; // string | ID
$x_phrase_app_otp = 'x_phrase_app_otp_example'; // string | Two-Factor-Authentication token (optional)

try {
$result = $apiInstance->repoSyncShow($account_id, $repo_sync_id, $x_phrase_app_otp);
$result = $apiInstance->repoSyncShow($account_id, $id, $x_phrase_app_otp);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling RepoSyncsApi->repoSyncShow: ', $e->getMessage(), PHP_EOL;
Expand All @@ -432,7 +432,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**account_id** | **string**| Account ID |
**repo_sync_id** | **string**| Repo Sync ID |
**id** | **string**| ID |
**x_phrase_app_otp** | **string**| Two-Factor-Authentication token (optional) | [optional]

### Return type
Expand Down
Loading

0 comments on commit b230496

Please sign in to comment.