Hello,
In the API specs (https://developer.connect.gov.bc.ca/oas/br/model/name_translations#model/name_translations), the names for name translations have to match specific characters: ^ [ A-Za-zÀ-ÿ_@./#’&±]$ – if I send a name that contains a single quote ('), then I get an error about it not matching '^ [ A-Za-zu00c0-u00ff_@./#u2019&±]$'.
The legalName in the name request doesn’t seem to have these restrictions. How should we handle these cases where the name translation contains special characters or characters not in that list?
Thank you,
Patty