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