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