Update the translations for this field

Content

Resource URL

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

Description

Update the translations for this field

Example

Request

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

Request

1import (
2    "github.com/ticketmatic/tm-go/ticketmatic"
3    "github.com/ticketmatic/tm-go/ticketmatic/settings/system/contactfields"
4)
5
6result, err := contactfields.Translate(client, id, nil)

Request

1PUT /api/1/{accountname}/settings/system/contactfields/{id}/translate HTTP/1.1
2Content-Type: application/json
3
4null