Skip to content

Commit

Permalink
Deploying from phrase/openapi@e03aa9f4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Nov 28, 2023
1 parent b2d6bd9 commit aa05fa8
Show file tree
Hide file tree
Showing 10 changed files with 771 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ api_organization_job_template_locales.go
api_organization_job_templates.go
api_projects.go
api_releases.go
api_reports.go
api_screenshot_markers.go
api_screenshots.go
api_search.go
Expand Down Expand Up @@ -179,6 +180,7 @@ docs/LocaleCreateParameters.md
docs/LocaleDetails.md
docs/LocalePreview.md
docs/LocalePreview1.md
docs/LocaleReport.md
docs/LocaleStatistics.md
docs/LocaleTeamPreview.md
docs/LocaleUpdateParameters.md
Expand Down Expand Up @@ -211,6 +213,7 @@ docs/Project.md
docs/ProjectCreateParameters.md
docs/ProjectDetails.md
docs/ProjectLocales.md
docs/ProjectReport.md
docs/ProjectShort.md
docs/ProjectUpdateParameters.md
docs/ProjectsApi.md
Expand All @@ -220,6 +223,7 @@ docs/ReleasePreview.md
docs/ReleaseUpdateParameters.md
docs/ReleasesApi.md
docs/RepliesListParameters.md
docs/ReportsApi.md
docs/Screenshot.md
docs/ScreenshotMarker.md
docs/ScreenshotMarkerCreateParameters.md
Expand Down Expand Up @@ -399,6 +403,7 @@ model_locale_create_parameters.go
model_locale_details.go
model_locale_preview.go
model_locale_preview_1.go
model_locale_report.go
model_locale_statistics.go
model_locale_team_preview.go
model_locale_update_parameters.go
Expand All @@ -424,6 +429,7 @@ model_project.go
model_project_create_parameters.go
model_project_details.go
model_project_locales.go
model_project_report.go
model_project_short.go
model_project_update_parameters.go
model_release.go
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ Class | Method | HTTP request | Description
*ReleasesApi* | [**ReleaseShow**](docs/ReleasesApi.md#releaseshow) | **Get** /accounts/{account_id}/distributions/{distribution_id}/releases/{id} | Get a single release
*ReleasesApi* | [**ReleaseUpdate**](docs/ReleasesApi.md#releaseupdate) | **Patch** /accounts/{account_id}/distributions/{distribution_id}/releases/{id} | Update a release
*ReleasesApi* | [**ReleasesList**](docs/ReleasesApi.md#releaseslist) | **Get** /accounts/{account_id}/distributions/{distribution_id}/releases | List releases
*ReportsApi* | [**ReportLocalesList**](docs/ReportsApi.md#reportlocaleslist) | **Get** /projects/{project_id}/report/locales | List Locale Reports
*ReportsApi* | [**ReportShow**](docs/ReportsApi.md#reportshow) | **Get** /projects/{project_id}/report | Get Project Report
*ScreenshotMarkersApi* | [**ScreenshotMarkerCreate**](docs/ScreenshotMarkersApi.md#screenshotmarkercreate) | **Post** /projects/{project_id}/screenshots/{screenshot_id}/markers | Create a screenshot marker
*ScreenshotMarkersApi* | [**ScreenshotMarkerDelete**](docs/ScreenshotMarkersApi.md#screenshotmarkerdelete) | **Delete** /projects/{project_id}/screenshots/{screenshot_id}/markers | Delete a screenshot marker
*ScreenshotMarkersApi* | [**ScreenshotMarkerShow**](docs/ScreenshotMarkersApi.md#screenshotmarkershow) | **Get** /projects/{project_id}/screenshots/{screenshot_id}/markers/{id} | Get a single screenshot marker
Expand Down Expand Up @@ -426,6 +428,7 @@ Class | Method | HTTP request | Description
- [LocaleDetails](docs/LocaleDetails.md)
- [LocalePreview](docs/LocalePreview.md)
- [LocalePreview1](docs/LocalePreview1.md)
- [LocaleReport](docs/LocaleReport.md)
- [LocaleStatistics](docs/LocaleStatistics.md)
- [LocaleTeamPreview](docs/LocaleTeamPreview.md)
- [LocaleUpdateParameters](docs/LocaleUpdateParameters.md)
Expand All @@ -451,6 +454,7 @@ Class | Method | HTTP request | Description
- [ProjectCreateParameters](docs/ProjectCreateParameters.md)
- [ProjectDetails](docs/ProjectDetails.md)
- [ProjectLocales](docs/ProjectLocales.md)
- [ProjectReport](docs/ProjectReport.md)
- [ProjectShort](docs/ProjectShort.md)
- [ProjectUpdateParameters](docs/ProjectUpdateParameters.md)
- [Release](docs/Release.md)
Expand Down Expand Up @@ -579,6 +583,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected]


## Get help / support
Expand Down
Loading

0 comments on commit aa05fa8

Please sign in to comment.