We are using the create network API to create a new network with 'copyFromNetworkId' set.
We've noticed that when setting a name with 40 characters 'SIT0000FZQ - Mikey123409062021-with-wifi' we get a
{"errors":["Name is too long (maximum is 50 characters)"]} back from the
create network API end point.
If we drop the copyFromNetworkId then the name works fine.
It seems like setting copyFromNetworkId somehow secretly takes some characters available in the network name? Can we know what the rules are so we can validate the network name length before attempting to create it?