Skip to content

Incorrect path for /phoneNumberAssignmentByProfile should be /10dlc/phoneNumberAssignmentByProfile #12

@larrype8

Description

@larrype8

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions