Skip to content

Commit

Permalink
docs: ReportArchiveApi description
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed May 30, 2024
1 parent fc7c93a commit 06f4b10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CrowdinApiClient/Api/Enterprise/ReportArchiveApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
use CrowdinApiClient\Model\ReportArchiveExport;
use CrowdinApiClient\ModelCollection;

/**
* Use API to manage report archives.
*
* @package CrowdinApiClient\Api\Enterprise
*/
class ReportArchiveApi extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/CrowdinApiClient/Api/ReportArchiveApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
use CrowdinApiClient\ModelCollection;

/**
* Use API to manage report archives.
*
* @package Crowdin\Api
*/
class ReportArchiveApi extends AbstractApi
Expand Down

0 comments on commit 06f4b10

Please sign in to comment.