Skip to content

Commit

Permalink
Update src/CrowdinApiClient/Api/SourceStringApi.php
Browse files Browse the repository at this point in the history
Co-authored-by: Andrii Bodnar <[email protected]>
  • Loading branch information
DE-dylan-lauzon and andrii-bodnar authored Nov 14, 2024
1 parent e2889ca commit b3bbf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CrowdinApiClient/Api/SourceStringApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function delete(int $projectId, int $stringId)
* value $data[value] required object or string or bool.
* @return mixed
*/
public function batch(int $projectId, array $data)
public function batchOperations(int $projectId, array $data)
{
$path = sprintf('projects/%d/strings', $projectId);
return $this->_patch($path, SourceString::class, $data);
Expand Down

0 comments on commit b3bbf6f

Please sign in to comment.