Skip to content

Commit

Permalink
feat: Strings translations APIs: add new parameters support (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulshockers authored Oct 30, 2023
1 parent b32fccf commit 2f1b3d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CrowdinApiClient/Api/StringTranslationApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class StringTranslationApi extends AbstractApi
* @param int $projectId
* @param array $params
* integer $params[fileId] Must be used together with languageId<br>
* string $params[labelIds]<br>
* string $params[excludeLabelIds]<br>
* integer $params[stringId] Must be used together with languageId<br>
* string $params[languageId] Must be used together with stringId or fileId<br>
* integer $params[translationId] If specified, fileId, stringId and languageId are ignored<br>
Expand Down Expand Up @@ -224,6 +226,8 @@ public function delete(int $projectId, int $translationId)
* integer $params[stringId] Must be used together with languageId<br>
* string $params[languageId] Must be used together with stringId<br>
* integer $params[translationId] If specified, stringId and languageId are ignored<br>
* string $params[labelIds]<br>
* string $params[excludeLabelIds]<br>
* integer $params[limit]<br>
* integer $params[offset]
* @return ModelCollection
Expand Down

0 comments on commit 2f1b3d4

Please sign in to comment.