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
When I'm trying to Get information from a specific LoRaWan device model that does not exist, I should have an answer with the 404 error code.
I receive the 400 error code.
curl --location 'https://myportal.azurewebsites.net/api/lorawan/models/non_existing_model_id' --header 'Authorization: Bearer <my_token>'
Portal version: 4.13.2.170 LoRaWAN Stack version: 2.1.0
Result of the cURL command:
The text was updated successfully, but these errors were encountered:
Add missing pb details mapping on ResourceNotFoundException #2509
c63b4b1
12e3ad5
9420e88
Add missing pb details mapping on ResourceNotFoundException #2509 (#2522
7a7d320
)
hocinehacherouf
Successfully merging a pull request may close this issue.
Expected Behavior
When I'm trying to Get information from a specific LoRaWan device model that does not exist, I should have an answer with the 404 error code.
Current Behavior
I receive the 400 error code.
Steps to Reproduce
example with cURL:
curl --location 'https://myportal.azurewebsites.net/api/lorawan/models/non_existing_model_id'
--header 'Authorization: Bearer <my_token>'
Context (Environment)
Portal version: 4.13.2.170
LoRaWAN Stack version: 2.1.0
Logs
Result of the cURL command:
The text was updated successfully, but these errors were encountered: