Skip to content

Commit

Permalink
chore: update doctags for `api.projects.languages.translations.getMan…
Browse files Browse the repository at this point in the history
…y` endpoint (#191)
  • Loading branch information
pdelre authored Oct 2, 2024
1 parent 596c905 commit 2d37c72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/CrowdinApiClient/Api/StringTranslationApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,14 @@ public function deleteApproval(int $projectId, int $approvalId)
* @param int $projectId
* @param string $languageId
* @param array $params
* string $params[orderBy]<br>
* string $params[stringIds]<br>
* string $params[labelIds]<br>
* int $params[fileId]<br>
* int $params[branchId]<br>
* int $params[directoryId]<br>
* int $params[approvedOnly]<br>
* string $params[croql]<br>
* int $params[denormalizePlaceholders]<br>
* int $params[limit]<br>
* int $params[offset]
Expand Down

0 comments on commit 2d37c72

Please sign in to comment.