We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The /protos/{protoID}/dashboards should return 404 HTTP response for a Proto that doesn't exists:
/protos/{protoID}/dashboards
404 HTTP response
Proto
-> POST -> http://127.0.0.1:9999/api/v2/protos/020f755c3c082000/dashboards -> {"orgID":"039ce622299e0000"} <- 500 <- Internal Server Error <- { "code": "internal error", "message": "proto not found" }
but currently the HTTP response is 500: Internal Server Error.
500: Internal Server Error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
/protos/{protoID}/dashboards
should return404 HTTP response
for aProto
that doesn't exists:but currently the HTTP response is
500: Internal Server Error
.The text was updated successfully, but these errors were encountered: