Update translations

Content

Resource URL

https://apps.ticketmatic.com/api/1/{accountname}/settings/system/views/{id}/translate

Description

Sets updated translation strings.

See translations for more information.

Example

Request

1use Ticketmatic\Endpoints\Settings\System\Views;
2
3$result = Views::translate($client, $id, null);