Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

nexmo cc cli issue #198

Description

@Namr-ta

Steps to reproduce

Tell us what you did
When i use CLI to create a conversation:

Expected behavior

Tell us what should happen

nexmo cc name="bridge" display_name="bridge_name"
{uuid: "CON-75b81752-4512-4798-9dcd-c72a57c8c075", name: "bridge", display_name: "bridge_name", timestamp: {…}, sequence_number: 0, …}

Actual behavior

Tell us what happens instead

The conversation has property reversed refer below name and display_name has swapped
{uuid: "CON-75b81752-4512-4798-9dcd-c72a57c8c075", name: "bridge_name", display_name: "bridge", timestamp: {…}, sequence_number: 0, …}

System configuration

Node version:

NPM version:

Operating system:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions