Skip to content

SendMessageCommand should be using FromBody #5628

@BrianCArnold

Description

@BrianCArnold

All parameters for the API Endpoint are marked as [FromQuery] as of 3/26/2021

Permalink to current SessionController implementation:

public ActionResult SendMessageCommand(

The current implementation of sendMessageCommand in apiClient.js is passing the options in the POST body, rather than sending the parameters as query string parameters.

Note: I have a commit to resolve this issue, which I will include in a pull request to resolve this.

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