Update translations
Content
Resource URL
https://apps.ticketmatic.com/api/1/{accountname}/settings/productcategories/{id}/translate
Description
Sets updated translation strings.
See translations for more information.
Example
Request
1use Ticketmatic\Endpoints\Settings\Productcategories;
2
3$result = Productcategories::translate($client, $id, null);