Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All Commands is broken in 21.0 #3

Open
tpow opened this issue Dec 3, 2019 · 3 comments
Open

All Commands is broken in 21.0 #3

tpow opened this issue Dec 3, 2019 · 3 comments

Comments

@tpow
Copy link

tpow commented Dec 3, 2019

In the postman collection there is a way to get a list of all commands. The path in the product is typically servername/api/commands. With the 21.0 release, this no longer works. Instead a request for that path returns this response:

{
  "message": "No HTTP resource was found that matches the request URI 'https://SERVERNAME.EXAMPLE.COM/api/commands/'.",
  "messageDetail": "No action was found on the controller 'Commands' that matches the request."
}

The list of commands was very helpful so it would be best to restore it in the product, but if not, it should be removed from the collection or provide an alternative.

@jingeno
Copy link
Collaborator

jingeno commented Dec 4, 2019

It does look like GetCommands is no longer available, so we may be updating the Postman collections to reflect that. We now provide Swagger UI documentation though that you could use. You should be able to navigate to ../swagger/ui to view available commands.

@tpow
Copy link
Author

tpow commented Dec 5, 2019

Thanks Joe. The Swagger/UI is awkward to use in the 21 release (due to the unnecessary paging) and a poor replacement for the very convenient list of all commands in one place. Compared to 20 these are disappointing steps backward.

@jingeno
Copy link
Collaborator

jingeno commented Dec 6, 2019

Thanks for your feedback Tim. I'll be sure to share it with the relevant individuals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants