The openapi spec has the following INCORRECT paths which causes the generated sdk code (in telnyx-node for example) to fail - reference telnyx-node issue
The following paths:
/phoneNumberAssignmentByProfile:
/phoneNumberAssignmentByProfile/{taskId}:
/phoneNumberAssignmentByProfile/{taskId}/phoneNumbers:
Should be:
/10dlc/phoneNumberAssignmentByProfile:
/10dlc/phoneNumberAssignmentByProfile/{taskId}:
/10dlc/phoneNumberAssignmentByProfile/{taskId}/phoneNumbers:
The documentation here also shows the correct path includes /10dlc